|
void | OpenOrienteering::Util::showHelp (QWidget *dialog_parent, const char *filename_latin1, const char *anchor_latin1) |
| Show the manual in Qt assistant. More...
|
|
void | OpenOrienteering::Util::showHelp (QWidget *dialog_parent, const char *file_and_anchor_latin1="index.html") |
| Show the manual in Qt assistant. More...
|
|
void | OpenOrienteering::Util::showHelp (QWidget *dialog_parent, const QString &file_and_anchor) |
| Show the manual in Qt assistant. More...
|
|
QString | OpenOrienteering::Util::makeWhatThis (const char *reference_latin1) |
| Creates a What's-this text "See more" linking to the given page and fragment in the manual. More...
|
|
void | OpenOrienteering::Util::Marker::drawCenterMarker (QPainter *painter, const QPointF ¢er) |
| Center marker sign for rotate and scale tools. More...
|
|
QSpinBox * | OpenOrienteering::Util::SpinBox::create (int min, int max, const QString &unit={}, int step=0) |
| Creates and initializes a QSpinBox. More...
|
|
QDoubleSpinBox * | OpenOrienteering::Util::SpinBox::create (int decimals, double min, double max, const QString &unit={}, double step=0.0) |
| Creates and initializes a QDoubleSpinBox. More...
|
|
void | OpenOrienteering::Util::TristateCheckbox::setDisabledAndChecked (QCheckBox *checkbox, bool checked) |
|
void | OpenOrienteering::Util::TristateCheckbox::setEnabledAndChecked (QCheckBox *checkbox, bool checked) |
|
QString | OpenOrienteering::Util::plainText (QString maybe_markup) |
| Remove any HTML markup from the input text. More...
|
|