|
Vesna
|
#include <MenuCategoryHelpBusinessLogic.h>


Classes | |
| class | DataClass |
Public Member Functions | |
| MenuCategoryHelpBusinessLogic (MenuManager *menuManager, BusinessLogicManager *persistentBusinessLogicManager) | |
| virtual | ~MenuCategoryHelpBusinessLogic () |
Public Member Functions inherited from SimpleListMenuCategoryBusinessLogic | |
| SimpleListMenuCategoryBusinessLogic (const QString &menuCategoryName, MenuManager *menuManager, BusinessLogicManager *persistentBusinessLogicManager, MenuCategoryListWidget *widget) | |
| virtual | ~SimpleListMenuCategoryBusinessLogic () |
| virtual void | SetVisibleCommands (QList< MenuCommand * > visibleCommands, const MenuCommand::OperatorType currentOperator) |
| SetVisibleCommands Sets visible menu commands for this category. More... | |
| virtual QWidget * | GetMenuWidget () const |
| virtual void | UpdateWidgetData () |
| virtual void | DeselectAllCommands () |
Public Member Functions inherited from MenuCategoryBusinessLogic | |
| MenuCategoryBusinessLogic (const QString &menuCategoryCaption, MenuManager *menuManager, BusinessLogicManager *persistentBusinessLogicManager) | |
| virtual | ~MenuCategoryBusinessLogic () |
| virtual void | UpdateMenuCategoryTranslatedCaption () |
| QString | GetCaption () const |
| void | SetFixed (bool fixed) |
| bool | IsFixed () const |
| virtual void | OnQadraRealtimeDataReceived (const QStringList &realtimeData) |
Static Public Member Functions | |
| static void | HelpMenuCommand (StateMenu *stateMenu) |
| HelpMenuCommand function for menu command that shows the help window. More... | |
| static void | DriverBugReportMenuCommand (StateMenu *stateMenu) |
| DriverBugReportMenuCommand function for menu command that allows the driver to send a bug report to dispatching. More... | |
| static void | InternalBugReportMenuCommand (StateMenu *stateMenu) |
| static void | SendEmergencyMessageToDispatchingMenuCommand (StateMenu *stateMenu) |
| SendEmergencyMessageToDispatchingMenuCommand function for menu command that allows the driver to send an emergency message to dispatching. More... | |
| static void | SendMessageToDispatchingMenuCommand (StateMenu *stateMenu) |
| SendMessageToDispatchingMenuCommand function for menu command that allows the driver to send a message to dispatching. More... | |
Additional Inherited Members | |
Public Slots inherited from SimpleListMenuCategoryBusinessLogic | |
| void | OnCommandSelected (int commandRow) |
Protected Member Functions inherited from MenuCategoryBusinessLogic | |
| void | UpdateMenuCategoryTranslatedCaption (const QString &menuCategoryCaption) |
| MenuManager * | GetMenuManager () |
| BusinessLogicManager * | GetPersistentBusinessLogicManager () |
| MenuCategoryHelpBusinessLogic::MenuCategoryHelpBusinessLogic | ( | MenuManager * | menuManager, |
| BusinessLogicManager * | persistentBusinessLogicManager | ||
| ) |
|
virtual |
|
static |
DriverBugReportMenuCommand function for menu command that allows the driver to send a bug report to dispatching.
| stateMenu | pointer to current instance of menu state |


|
static |
HelpMenuCommand function for menu command that shows the help window.
| stateMenu | pointer to current instance of menu state |

|
static |


|
static |
SendEmergencyMessageToDispatchingMenuCommand function for menu command that allows the driver to send an emergency message to dispatching.
| stateMenu | pointer to current instance of menu state |


|
static |
SendMessageToDispatchingMenuCommand function for menu command that allows the driver to send a message to dispatching.
| stateMenu | pointer to current instance of menu state |


1.8.8