![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtEntityEditorCreateMenu (QWidget *parent, bool display=true) | |
| virtual | ~DtEntityEditorCreateMenu () |
Static Public Member Functions | |
| static DtPopupMenu * | create (QWidget *parent, bool display=true) |
Protected Slots | |
| virtual void | processRevertExistingEntityValid () |
| virtual void | processDeleteExistingEntityValid () |
| virtual void | processCreateExistingEntityValid () |
| virtual void | processCreateNewEntityValid () |
Protected Member Functions | |
| virtual bool | initMenuItems () |
| Pure virtual overrides. | |
| virtual QString | menuName () |
| Returns the name of this menu item to place on the menu bar. | |
| virtual bool | initActionGroups () |
| Initializes action groups to be used with this menu. | |
| virtual DtActionGroup * | getActionGroupForType (DtMenuItemType iType) |
| If the newly created menu item is to be added to an action group, add it here. | |
Protected Attributes | |
| DtActionGroup * | myCreateActionGroup |
| DtEntityEditorCreateMenu::DtEntityEditorCreateMenu | ( | QWidget * | parent, |
| bool | display = true |
||
| ) |
| virtual DtEntityEditorCreateMenu::~DtEntityEditorCreateMenu | ( | ) | [virtual] |
| virtual bool DtEntityEditorCreateMenu::initMenuItems | ( | ) | [protected, virtual] |
Pure virtual overrides.
Reimplemented from DtPopupMenu.
| virtual QString DtEntityEditorCreateMenu::menuName | ( | ) | [protected, virtual] |
Returns the name of this menu item to place on the menu bar.
Reimplemented from DtPopupMenu.
| virtual bool DtEntityEditorCreateMenu::initActionGroups | ( | ) | [protected, virtual] |
Initializes action groups to be used with this menu.
Reimplemented from DtPopupMenu.
| virtual DtActionGroup* DtEntityEditorCreateMenu::getActionGroupForType | ( | DtMenuItemType | iType | ) | [protected, virtual] |
If the newly created menu item is to be added to an action group, add it here.
Reimplemented from DtPopupMenu.
| static DtPopupMenu* DtEntityEditorCreateMenu::create | ( | QWidget * | parent, |
| bool | display = true |
||
| ) | [static] |
| virtual void DtEntityEditorCreateMenu::processRevertExistingEntityValid | ( | ) | [protected, virtual, slot] |
| virtual void DtEntityEditorCreateMenu::processDeleteExistingEntityValid | ( | ) | [protected, virtual, slot] |
| virtual void DtEntityEditorCreateMenu::processCreateExistingEntityValid | ( | ) | [protected, virtual, slot] |
| virtual void DtEntityEditorCreateMenu::processCreateNewEntityValid | ( | ) | [protected, virtual, slot] |