Public Member Functions | |
virtual const char * | className () const |
The C++ class name is needed as context for the translation framework. | |
StdCmdMeasurementSimple () | |
Protected Member Functions | |
virtual void | activated (int iMsg) |
Methods which gets called when activated, needs to be reimplemented! |
Definition at line 552 of file CommandStd.cpp.
StdCmdMeasurementSimple::StdCmdMeasurementSimple | ( | ) |
Definition at line 554 of file CommandStd.cpp.
References Gui::Command::eType, Gui::Command::sGroup, Gui::CommandBase::sMenuText, Gui::CommandBase::sPixmap, Gui::CommandBase::sStatusTip, Gui::CommandBase::sToolTipText, and Gui::CommandBase::sWhatsThis.
void StdCmdMeasurementSimple::activated | ( | int | iMsg | ) | [protected, virtual] |
Methods which gets called when activated, needs to be reimplemented!
Implements Gui::Command.
Definition at line 566 of file CommandStd.cpp.
References Gui::Command::commitCommand(), Gui::SelectionSingleton::countObjectsOfType(), Gui::Command::Doc, Gui::Command::doCommand(), App::PropertyContainer::getClassTypeId(), Gui::getMainWindow(), Gui::SelectionSingleton::getSelection(), Gui::Command::getSelection(), Gui::Command::openCommand(), Gui::Command::updateActive(), MovieTool::x, and MovieTool::y.
virtual const char* StdCmdMeasurementSimple::className | ( | ) | const [inline, virtual] |
The C++ class name is needed as context for the translation framework.
Implements Gui::CommandBase.
Definition at line 552 of file CommandStd.cpp.