swift
|
QObject derived handler to be registered with swift::core::CActionBind. More...
Public Member Functions | |
virtual | ~CGuiActionBindHandler () |
Destructor. | |
void | boundFunction (bool enabled) |
Bound function for swift::core::CActionBind. | |
Static Public Member Functions | |
static swift::core::CActionBindings | bindMenu (QMenu *menu, const QString &path={}) |
Bind whole menu. More... | |
static swift::core::CActionBinding | bindButton (QAbstractButton *button, const QString &path, bool absoluteName) |
Bind button, with relative name. More... | |
static void | actionBindWasDestroyed (CGuiActionBindHandler *bindHandler) |
Corresponding swift::core::CActionBind died, so delete CGuiActionBindHandler. | |
static const QString & | pathSwiftPilotClient () |
Path. | |
static const QString & | pathSwiftCore () |
Path. | |
QObject derived handler to be registered with swift::core::CActionBind.
Definition at line 20 of file guiactionbind.h.
|
static |
Bind button, with relative name.
Definition at line 59 of file guiactionbind.cpp.
|
static |
Bind whole menu.
Definition at line 28 of file guiactionbind.cpp.