Mode controller wrapper. More...
#include <operatorhint.h>
Public Member Functions | |
| OperatorHinter * | get () |
| QString | hint (const QString &operatorName) |
| ~OperatorHint () | |
Static Public Member Functions | |
| static OperatorHint * | getInstance () |
Private Member Functions | |
| OperatorHint () | |
Mode controller wrapper.
OperatorHint - class providing wrapper around single OperatorHinter instance and managing its configuration
| gui::OperatorHint::~OperatorHint | ( | ) |
Destructor
| gui::OperatorHint::OperatorHint | ( | ) | [private] |
Constructor Class will be initialized and also configuration will be read, if specified in the settings
Referenced by getInstance().
| OperatorHinter * gui::OperatorHint::get | ( | ) |
Return instance of OperatorHinter that is being used by this class
| OperatorHint * gui::OperatorHint::getInstance | ( | ) | [static] |
Return Instance of OperatorHint. Ensures only one instance of OperatorHint exists at any time (singleton) If no instance exists, it is created.
References OperatorHint(), and gui::OperatorHintInstance.
Referenced by gui::TreeItemPdfOperator::itemHint().
| QString gui::OperatorHint::hint | ( | const QString & | operatorName | ) |
For given operator name return its description
| operatorName | name of the operator |
Referenced by gui::TreeItemPdfOperator::itemHint().