![]() |
VR-Forces 4.1 Class Documentation
|
If you want to insert before, after or remove all occurances of a main menu (rather than a menu item), call the various routines that expect the enum of DtMenuItemType as follow: More...
Public Member Functions | |
| DtContextItems () | |
| DtContextItems (const DtContextItems &orig) | |
Public Attributes | |
| QString | myMenuName |
| QString | myAccel |
| DtMainMenuType | myMenuType |
| DtMenuItemType | myMenuItem |
| DtMenuItemType | myActionGroupType |
| bool | myAddSeparator |
| bool | myCreateMenu |
| bool | myCreateItem |
| QObject * | myItem |
| const char * | mySlot |
| int | myInternalId |
If you want to insert before, after or remove all occurances of a main menu (rather than a menu item), call the various routines that expect the enum of DtMenuItemType as follow:
removeOccurancesOf((DtMenuItemType)((int)DtFileMenu | DtItemIsMenu));
|
inline |
|
inline |
| QString DtContextItems::myMenuName |
| QString DtContextItems::myAccel |
| DtMainMenuType DtContextItems::myMenuType |
| DtMenuItemType DtContextItems::myMenuItem |
| DtMenuItemType DtContextItems::myActionGroupType |
| bool DtContextItems::myAddSeparator |
| bool DtContextItems::myCreateMenu |
| bool DtContextItems::myCreateItem |
| QObject* DtContextItems::myItem |
| const char* DtContextItems::mySlot |
| int DtContextItems::myInternalId |