|
Vesna
|
#include <MenuCategoryDispatchingBusinessLogic.h>


Classes | |
| class | DataClass |
Public Member Functions | |
| MenuCategoryDispatchingBusinessLogic (MenuManager *menuManager, BusinessLogicManager *persistentBusinessLogicManager) | |
| virtual | ~MenuCategoryDispatchingBusinessLogic () |
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 | GateEntryExitMenuCommand (StateMenu *stateMenu) |
| GateEntryExitMenuCommand function for menu command that shows the Gates menu. More... | |
| static void | GateEnterMenuCommand (StateMenu *stateMenu) |
| GateEnterMenuCommand function for menu command that invokes manual 'gate enter' event. More... | |
| static void | GateLeaveMenuCommand (StateMenu *stateMenu) |
| GateLeaveMenuCommand function for menu command that invokes manual 'gate leave' event. More... | |
| static void | VoipCallRequestMenuCommand (StateMenu *stateMenu) |
| VoipCallRequestMenuCommand function for menu command that creates standard voip call to dispatching. More... | |
| static void | VoipEmergencyCallRequestMenuCommand (StateMenu *stateMenu) |
| VoipEmergencyCallRequestMenuCommand function for menu command that creates emergency voip call 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 () |
| MenuCategoryDispatchingBusinessLogic::MenuCategoryDispatchingBusinessLogic | ( | MenuManager * | menuManager, |
| BusinessLogicManager * | persistentBusinessLogicManager | ||
| ) |
|
virtual |
|
static |
GateEnterMenuCommand function for menu command that invokes manual 'gate enter' event.
| stateMenu | pointer to current instance of menu state |

|
static |
GateEntryExitMenuCommand function for menu command that shows the Gates menu.
| stateMenu | pointer to current instance of menu state |

|
static |
GateLeaveMenuCommand function for menu command that invokes manual 'gate leave' event.
| stateMenu | pointer to current instance of menu state |

|
static |
VoipCallRequestMenuCommand function for menu command that creates standard voip call to dispatching.
| stateMenu | pointer to current instance of menu state |


|
static |
VoipEmergencyCallRequestMenuCommand function for menu command that creates emergency voip call to dispatching.
| stateMenu | pointer to current instance of menu state |


1.8.8