Public Member Functions | |
virtual const char * | className () const |
The C++ class name is needed as context for the translation framework. | |
CmdPartRuledSurface () | |
virtual | ~CmdPartRuledSurface () |
Protected Member Functions | |
virtual void | activated (int iMsg) |
Methods which gets called when activated, needs to be reimplemented! | |
virtual bool | isActive (void) |
Overite this method if your Cmd is not always active. |
Definition at line 1026 of file Mod/Part/Gui/Command.cpp.
CmdPartRuledSurface::CmdPartRuledSurface | ( | ) |
Definition at line 1028 of file Mod/Part/Gui/Command.cpp.
References Gui::Command::sAppModule, Gui::Command::sGroup, Gui::CommandBase::sMenuText, Gui::CommandBase::sPixmap, Gui::CommandBase::sStatusTip, Gui::CommandBase::sToolTipText, and Gui::CommandBase::sWhatsThis.
virtual CmdPartRuledSurface::~CmdPartRuledSurface | ( | ) | [inline, virtual] |
Definition at line 1026 of file Mod/Part/Gui/Command.cpp.
void CmdPartRuledSurface::activated | ( | int | iMsg | ) | [protected, virtual] |
Methods which gets called when activated, needs to be reimplemented!
Implements Gui::Command.
Definition at line 1040 of file Mod/Part/Gui/Command.cpp.
References Part::TopoShape::_Shape, Gui::Command::commitCommand(), Gui::Command::Doc, Gui::Command::doCommand(), Gui::getMainWindow(), App::DocumentObject::getNameInDocument(), Part::TopoShape::getSubShape(), Gui::SelectionFilter::match(), Gui::Command::openCommand(), Gui::SelectionFilter::Result, result, Part::Feature::Shape, and Gui::Command::updateActive().
virtual const char* CmdPartRuledSurface::className | ( | ) | const [inline, virtual] |
The C++ class name is needed as context for the translation framework.
Implements Gui::CommandBase.
Definition at line 1026 of file Mod/Part/Gui/Command.cpp.
bool CmdPartRuledSurface::isActive | ( | void | ) | [protected, virtual] |
Overite this method if your Cmd is not always active.
Reimplemented from Gui::Command.
Definition at line 1132 of file Mod/Part/Gui/Command.cpp.
References Gui::Command::getActiveGuiDocument().