![]() |
MAK Data Logger API Documentation for DIS
|
Responsible for representing events to be passed to the Gui in a thread safe manner. More...
Inheritance diagram for MAKLogger::DtLgrAppGuiEvent:
Collaboration diagram for MAKLogger::DtLgrAppGuiEvent:Classes | |
| struct | AddComponentControlArgs |
| struct | AddExportDialogArgs |
| struct | AddMenuArgs |
| struct | AddMenuItemArgs |
| struct | AddStatusBarWidgetArgs |
| struct | AddToolBarWidgetArgs |
| struct | ConnectMenuItemArgs |
| union | EventArgs |
| struct | RemoveMainMenuArgs |
| struct | RemoveMenuItemArgs |
Public Member Functions | |
| virtual | ~DtLgrAppGuiEvent () |
| virtual LgrAppGuiEventType | eventType () const |
| Accessors. More... | |
| virtual EventArgs | arguments () const |
Static Public Attributes | |
| static const QEvent::Type | theLgrAppEventId = (QEvent::Type)(QEvent::User + 101) |
Protected Attributes | |
| LgrAppGuiEventType | myType |
| EventArgs | myArguments |
| typedef DtLgrExportDialog *(* | ExportDialogCreator )(DtLgrGuiModel *, QWidget *parent) |
| static DtLgrAppGuiEvent * | addToolBarWidget (QWidget *widget, QString toolBarName) |
| static DtLgrAppGuiEvent * | addGuiComponent (DtLgrGuiComponent *component) |
| static DtLgrAppGuiEvent * | addMenu (DtLgrMenu *menu, QString previousMenuName) |
| static DtLgrAppGuiEvent * | addStatusWidget (QWidget *widget) |
| static DtLgrAppGuiEvent * | connectActionToMenu (QAction *action, QString menuName, QString menuItemName) |
| static DtLgrAppGuiEvent * | addExportDialog (QString exportType, ExportDialogCreator) |
Responsible for representing events to be passed to the Gui in a thread safe manner.
| typedef DtLgrExportDialog*(* MAKLogger::DtLgrAppGuiEvent::ExportDialogCreator)(DtLgrGuiModel *, QWidget *parent) |
|
virtual |
|
static |
|
static |
|
static |
|
static |
|
static |
|
virtual |
|
static |
|
virtual |
Accessors.
|
protected |
|
protected |
|
static |