#include <ViewProviderEdge2TracObject.h>
Public Member Functions | |
virtual bool | doubleClicked (void) |
is called by the tree if the user double click on the object | |
virtual Base::Type | getTypeId (void) const |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
virtual bool | setEdit (int ModNum) |
is called by the document when the provider goes in edit mode | |
virtual void | unsetEdit (int ModNum) |
is called when you loose the edit mode | |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 32 of file ViewProviderEdge2TracObject.h.
void * RobotGui::ViewProviderEdge2TracObject::create | ( | void | ) | [static] |
Reimplemented from RobotGui::ViewProviderTrajectory.
Definition at line 36 of file ViewProviderEdge2TracObject.cpp.
bool ViewProviderEdge2TracObject::doubleClicked | ( | void | ) | [virtual] |
is called by the tree if the user double click on the object
Reimplemented from Gui::ViewProviderGeometryObject.
Definition at line 38 of file ViewProviderEdge2TracObject.cpp.
References Gui::Control(), and Gui::ControlSingleton::showDialog().
Base::Type RobotGui::ViewProviderEdge2TracObject::getClassTypeId | ( | void | ) | [static] |
Reimplemented from RobotGui::ViewProviderTrajectory.
Definition at line 36 of file ViewProviderEdge2TracObject.cpp.
const App::PropertyData & RobotGui::ViewProviderEdge2TracObject::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from RobotGui::ViewProviderTrajectory.
Definition at line 36 of file ViewProviderEdge2TracObject.cpp.
const App::PropertyData * RobotGui::ViewProviderEdge2TracObject::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from RobotGui::ViewProviderTrajectory.
Definition at line 36 of file ViewProviderEdge2TracObject.cpp.
Base::Type RobotGui::ViewProviderEdge2TracObject::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from RobotGui::ViewProviderTrajectory.
Definition at line 36 of file ViewProviderEdge2TracObject.cpp.
void RobotGui::ViewProviderEdge2TracObject::init | ( | void | ) | [static] |
Reimplemented from RobotGui::ViewProviderTrajectory.
Definition at line 36 of file ViewProviderEdge2TracObject.cpp.
Referenced by initRobotGui().
bool ViewProviderEdge2TracObject::setEdit | ( | int | ModNum | ) | [protected, virtual] |
is called by the document when the provider goes in edit mode
Reimplemented from Gui::ViewProviderGeometryObject.
Definition at line 46 of file ViewProviderEdge2TracObject.cpp.
References Gui::Control(), Gui::ViewProviderDocumentObject::getObject(), and Gui::ControlSingleton::showDialog().
void ViewProviderEdge2TracObject::unsetEdit | ( | int | ModNum | ) | [protected, virtual] |
is called when you loose the edit mode
Reimplemented from Gui::ViewProviderGeometryObject.
Definition at line 53 of file ViewProviderEdge2TracObject.cpp.