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