Public Member Functions | |
| virtual const char * | className () const |
| The C++ class name is needed as context for the translation framework. | |
| StdCmdWindowsMenu () | |
| virtual | ~StdCmdWindowsMenu () |
Protected Member Functions | |
| virtual void | activated (int iMsg) |
| Methods which gets called when activated, needs to be reimplemented! | |
| virtual Gui::Action * | createAction (void) |
| Creates the used Action. | |
| virtual bool | isActive (void) |
| Overite this method if your Cmd is not always active. | |
Definition at line 392 of file CommandWindow.cpp.
| StdCmdWindowsMenu::StdCmdWindowsMenu | ( | ) |
Definition at line 394 of file CommandWindow.cpp.
References Gui::Command::eType, Gui::Command::sGroup, Gui::CommandBase::sMenuText, Gui::CommandBase::sStatusTip, Gui::CommandBase::sToolTipText, and Gui::CommandBase::sWhatsThis.
| virtual StdCmdWindowsMenu::~StdCmdWindowsMenu | ( | ) | [inline, virtual] |
Definition at line 392 of file CommandWindow.cpp.
| void StdCmdWindowsMenu::activated | ( | int | iMsg | ) | [protected, virtual] |
Methods which gets called when activated, needs to be reimplemented!
Implements Gui::Command.
Definition at line 405 of file CommandWindow.cpp.
| virtual const char* StdCmdWindowsMenu::className | ( | ) | const [inline, virtual] |
The C++ class name is needed as context for the translation framework.
Implements Gui::CommandBase.
Definition at line 392 of file CommandWindow.cpp.
Referenced by createAction().
| Action * StdCmdWindowsMenu::createAction | ( | void | ) | [protected, virtual] |
Creates the used Action.
Reimplemented from Gui::Command.
Definition at line 415 of file CommandWindow.cpp.
References Gui::ActionGroup::addAction(), className(), Gui::getMainWindow(), Gui::CommandBase::sStatusTip, Gui::CommandBase::sToolTipText, Gui::CommandBase::sWhatsThis, and draftGui::translate().
| bool StdCmdWindowsMenu::isActive | ( | void | ) | [protected, virtual] |
Overite this method if your Cmd is not always active.
Reimplemented from Gui::Command.
Definition at line 410 of file CommandWindow.cpp.
1.6.1