Public Member Functions | |
const char * | className () const |
The C++ class name is needed as context for the translation framework. | |
StdCmdFreezeViews () | |
virtual | ~StdCmdFreezeViews () |
Protected Member Functions | |
virtual void | activated (int iMsg) |
Methods which gets called when activated, needs to be reimplemented! | |
virtual Action * | createAction (void) |
Creates the used Action. | |
virtual bool | isActive (void) |
Overite this method if your Cmd is not always active. | |
virtual void | languageChange () |
Translate command. |
Definition at line 176 of file CommandView.cpp.
StdCmdFreezeViews::StdCmdFreezeViews | ( | ) |
Definition at line 204 of file CommandView.cpp.
References Gui::Command::Alter3DView, Gui::Command::eType, Gui::CommandBase::sAccel, Gui::Command::sGroup, Gui::CommandBase::sMenuText, Gui::CommandBase::sStatusTip, Gui::CommandBase::sToolTipText, and Gui::CommandBase::sWhatsThis.
virtual StdCmdFreezeViews::~StdCmdFreezeViews | ( | ) | [inline, virtual] |
Definition at line 180 of file CommandView.cpp.
void StdCmdFreezeViews::activated | ( | int | iMsg | ) | [protected, virtual] |
Methods which gets called when activated, needs to be reimplemented!
Implements Gui::Command.
Definition at line 240 of file CommandView.cpp.
References Gui::CommandBase::_pcAction, Gui::ActionGroup::actions(), Gui::Command::getGuiApplication(), and Gui::Application::sendMsgToActiveView().
const char* StdCmdFreezeViews::className | ( | ) | const [inline, virtual] |
The C++ class name is needed as context for the translation framework.
Implements Gui::CommandBase.
Definition at line 181 of file CommandView.cpp.
Action * StdCmdFreezeViews::createAction | ( | void | ) | [protected, virtual] |
Creates the used Action.
Reimplemented from Gui::Command.
Definition at line 216 of file CommandView.cpp.
References Gui::ActionGroup::actions(), Gui::ActionGroup::addAction(), Gui::Command::applyCommandData(), Gui::getMainWindow(), Gui::CommandBase::sAccel, and Gui::ActionGroup::setDropDownMenu().
bool StdCmdFreezeViews::isActive | ( | void | ) | [protected, virtual] |
Overite this method if your Cmd is not always active.
Reimplemented from Gui::Command.
Definition at line 415 of file CommandView.cpp.
References Gui::MainWindow::activeWindow(), and Gui::getMainWindow().
void StdCmdFreezeViews::languageChange | ( | ) | [protected, virtual] |
Translate command.
Reimplemented from Gui::Command.
Definition at line 432 of file CommandView.cpp.
References Gui::CommandBase::_pcAction, and Gui::ActionGroup::actions().