Public Member Functions | |
virtual const char * | className () const |
The C++ class name is needed as context for the translation framework. | |
CmdMeshPolySplit () | |
virtual | ~CmdMeshPolySplit () |
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 746 of file Mod/Mesh/Gui/Command.cpp.
CmdMeshPolySplit::CmdMeshPolySplit | ( | ) |
Definition at line 748 of file Mod/Mesh/Gui/Command.cpp.
References Gui::Command::sAppModule, Gui::Command::sGroup, Gui::CommandBase::sMenuText, Gui::CommandBase::sStatusTip, Gui::CommandBase::sToolTipText, and Gui::CommandBase::sWhatsThis.
virtual CmdMeshPolySplit::~CmdMeshPolySplit | ( | ) | [inline, virtual] |
Definition at line 746 of file Mod/Mesh/Gui/Command.cpp.
void CmdMeshPolySplit::activated | ( | int | iMsg | ) | [protected, virtual] |
Methods which gets called when activated, needs to be reimplemented!
Implements Gui::Command.
Definition at line 759 of file Mod/Mesh/Gui/Command.cpp.
References Gui::View3DInventorViewer::addEventCallback(), Gui::View3DInventorViewer::Clip, Gui::Command::getActiveGuiDocument(), Gui::Document::getActiveView(), Gui::View3DInventor::getClassTypeId(), Mesh::Feature::getClassTypeId(), Gui::MDIView::getTypeId(), Gui::Document::getViewProvider(), Base::Type::isDerivedFrom(), MeshGui::ViewProviderMesh::partMeshCallback(), Gui::Selection(), Gui::View3DInventorViewer::setEditing(), Gui::ViewProvider::startEditing(), and Gui::View3DInventorViewer::startSelection().
virtual const char* CmdMeshPolySplit::className | ( | ) | const [inline, virtual] |
The C++ class name is needed as context for the translation framework.
Implements Gui::CommandBase.
Definition at line 746 of file Mod/Mesh/Gui/Command.cpp.
bool CmdMeshPolySplit::isActive | ( | void | ) | [protected, virtual] |
Overite this method if your Cmd is not always active.
Reimplemented from Gui::Command.
Definition at line 782 of file Mod/Mesh/Gui/Command.cpp.
References Gui::View3DInventor::getClassTypeId(), Mesh::Feature::getClassTypeId(), Gui::getMainWindow(), Gui::Command::getSelection(), Base::BaseClass::isDerivedFrom(), and Gui::View3DInventorViewer::isEditing().