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