|
Vesna
|
#include <MenuFormLogic.h>


Classes | |
| class | DataClass |
Public Slots | |
| void | OnSelectedMenuCategory () |
Signals | |
| void | OnSelectedMenuCategory (const QString menuCategory) |
Public Member Functions | |
| MenuFormLogic () | |
| virtual | ~MenuFormLogic () |
| void | AddMenuCategory (const QString &menuCategoryName, const QString &cattegoryCaption, bool fixed) |
| void | RemoveAllMenuCategories () |
| void | DeselectAllCategories () |
| void | SelectMenuCategory (const QString &menuCategoryName) |
| void | ShowMenuCategoryWidget (QWidget *menuWidget) |
Public Member Functions inherited from GeneralFormLogic | |
| GeneralFormLogic () | |
| virtual | ~GeneralFormLogic () |
| template<class Ui , class Widget = QWidget> | |
| void | CreateWidget (const QString &cssFile, Ui *ui) |
Additional Inherited Members | |
Static Public Member Functions inherited from GeneralFormLogic | |
| static QString | GetStyle (const QString &styleFileName) |
| static void | LoadStyleForWidget (const QString &styleFileName, QWidget *widget) |
| static void | AdjustScrollerProperties (QWidget *widget) |
| static void | AddDropShadowEffect (QWidget *widget, const QColor &dropShadowColor=Qt::gray) |
Protected Member Functions inherited from GeneralFormLogic | |
| QWidget * | GetWidget () |
| MenuFormLogic::MenuFormLogic | ( | ) |
|
virtual |
| void MenuFormLogic::AddMenuCategory | ( | const QString & | menuCategoryName, |
| const QString & | cattegoryCaption, | ||
| bool | fixed | ||
| ) |

| void MenuFormLogic::DeselectAllCategories | ( | ) |
|
slot |

|
signal |
| void MenuFormLogic::RemoveAllMenuCategories | ( | ) |
| void MenuFormLogic::SelectMenuCategory | ( | const QString & | menuCategoryName | ) |
| void MenuFormLogic::ShowMenuCategoryWidget | ( | QWidget * | menuWidget | ) |
1.8.8