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

Public Member Functions | |
| DtHelpMenu (QWidget *menu, bool display=true) | |
| virtual | ~DtHelpMenu () |
| virtual void | addAboutDialog (int, DtAboutBoxCreatorFcn) |
| Adds/replaces an about box dialog to display in associated with a connection to processShowAboutForMenuItem() | |
Static Public Member Functions | |
| static DtPopupMenu * | create (QWidget *menu, bool display=true) |
Protected Slots | |
| virtual void | processShowAboutForMenuItem () |
| Create and show an about box for the senders() menu item. | |
Protected Member Functions | |
| virtual QString | menuName () |
| Pure virtual overrides. | |
| virtual bool | initMenuItems () |
| Initializes and maps the following menu items. | |
| virtual bool | initActionGroups () |
| Creates myHelpActionGroup. | |
| virtual void | addHelpWebLinks () |
| 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 * | myHelpActionGroup |
| QHash< int, DtAboutBoxCreatorFcn > | myAboutBoxes |
| DtHelpMenu::DtHelpMenu | ( | QWidget * | menu, |
| bool | display = true |
||
| ) |
| virtual DtHelpMenu::~DtHelpMenu | ( | ) | [virtual] |
| virtual void DtHelpMenu::addAboutDialog | ( | int | , |
| DtAboutBoxCreatorFcn | |||
| ) | [virtual] |
Adds/replaces an about box dialog to display in associated with a connection to processShowAboutForMenuItem()
| virtual QString DtHelpMenu::menuName | ( | ) | [protected, virtual] |
Pure virtual overrides.
Reimplemented from DtPopupMenu.
| virtual bool DtHelpMenu::initMenuItems | ( | ) | [protected, virtual] |
Initializes and maps the following menu items.
DtHelpHelpAction to myOwner->eventController()->processShowHelp() DtHelpAboutAction to myOwner->eventController()->processAboutBox()
Reimplemented from DtPopupMenu.
| virtual bool DtHelpMenu::initActionGroups | ( | ) | [protected, virtual] |
Creates myHelpActionGroup.
Reimplemented from DtPopupMenu.
| virtual void DtHelpMenu::addHelpWebLinks | ( | ) | [protected, virtual] |
| virtual void DtHelpMenu::processShowAboutForMenuItem | ( | ) | [protected, virtual, slot] |
Create and show an about box for the senders() menu item.
| static DtPopupMenu* DtHelpMenu::create | ( | QWidget * | menu, |
| bool | display = true |
||
| ) | [static] |
| virtual DtActionGroup* DtHelpMenu::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.
DtActionGroup* DtHelpMenu::myHelpActionGroup [protected] |
QHash<int, DtAboutBoxCreatorFcn> DtHelpMenu::myAboutBoxes [protected] |