Public Member Functions | |
virtual const char * | className () const |
The C++ class name is needed as context for the translation framework. | |
CmdApproxSurface () | |
virtual | ~CmdApproxSurface () |
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 45 of file Mod/ReverseEngineering/Gui/Command.cpp.
CmdApproxSurface::CmdApproxSurface | ( | ) |
Definition at line 47 of file Mod/ReverseEngineering/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 CmdApproxSurface::~CmdApproxSurface | ( | ) | [inline, virtual] |
Definition at line 45 of file Mod/ReverseEngineering/Gui/Command.cpp.
void CmdApproxSurface::activated | ( | int | iMsg | ) | [protected, virtual] |
Methods which gets called when activated, needs to be reimplemented!
Implements Gui::Command.
Definition at line 59 of file Mod/ReverseEngineering/Gui/Command.cpp.
References MeshCore::MeshFacet::_aulPoints, Gui::Command::commitCommand(), Mesh::MeshObject::countSegments(), Gui::Command::Doc, Gui::Command::doCommand(), Mesh::Feature::getClassTypeId(), Mesh::Segment::getIndices(), Mesh::MeshObject::getKernel(), Mesh::MeshObject::getPoint(), Mesh::MeshObject::getSegment(), Mesh2Shape::mesh, Gui::Command::openCommand(), draftTools::p, Gui::Selection(), and Gui::Command::updateActive().
virtual const char* CmdApproxSurface::className | ( | ) | const [inline, virtual] |
The C++ class name is needed as context for the translation framework.
Implements Gui::CommandBase.
Definition at line 45 of file Mod/ReverseEngineering/Gui/Command.cpp.
bool CmdApproxSurface::isActive | ( | void | ) | [protected, virtual] |
Overite this method if your Cmd is not always active.
Reimplemented from Gui::Command.
Definition at line 98 of file Mod/ReverseEngineering/Gui/Command.cpp.
References Mesh::Feature::getClassTypeId(), and Gui::Command::getSelection().