#include <ViewProviderTrajectoryDressUp.h>
Public Member Functions | |
| std::vector < App::DocumentObject * > | claimChildren (void) const |
| grouping handling | |
| 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 ViewProviderTrajectoryDressUp.h.
| std::vector< App::DocumentObject * > ViewProviderTrajectoryDressUp::claimChildren | ( | void | ) | const [virtual] |
grouping handling
Reimplemented from Gui::ViewProvider.
Definition at line 61 of file ViewProviderTrajectoryDressUp.cpp.
References Gui::ViewProviderDocumentObject::getObject().
| void * RobotGui::ViewProviderTrajectoryDressUp::create | ( | void | ) | [static] |
Reimplemented from RobotGui::ViewProviderTrajectory.
Definition at line 36 of file ViewProviderTrajectoryDressUp.cpp.
| Base::Type RobotGui::ViewProviderTrajectoryDressUp::getClassTypeId | ( | void | ) | [static] |
Reimplemented from RobotGui::ViewProviderTrajectory.
Definition at line 36 of file ViewProviderTrajectoryDressUp.cpp.
| const App::PropertyData & RobotGui::ViewProviderTrajectoryDressUp::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from RobotGui::ViewProviderTrajectory.
Definition at line 36 of file ViewProviderTrajectoryDressUp.cpp.
| const App::PropertyData * RobotGui::ViewProviderTrajectoryDressUp::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from RobotGui::ViewProviderTrajectory.
Definition at line 36 of file ViewProviderTrajectoryDressUp.cpp.
| Base::Type RobotGui::ViewProviderTrajectoryDressUp::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from RobotGui::ViewProviderTrajectory.
Definition at line 36 of file ViewProviderTrajectoryDressUp.cpp.
| void RobotGui::ViewProviderTrajectoryDressUp::init | ( | void | ) | [static] |
Reimplemented from RobotGui::ViewProviderTrajectory.
Definition at line 36 of file ViewProviderTrajectoryDressUp.cpp.
Referenced by initRobotGui().
| bool ViewProviderTrajectoryDressUp::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 ViewProviderTrajectoryDressUp.cpp.
References Gui::Control(), and Gui::ControlSingleton::showDialog().
| void ViewProviderTrajectoryDressUp::unsetEdit | ( | int | ModNum | ) | [protected, virtual] |
is called when you loose the edit mode
Reimplemented from Gui::ViewProviderGeometryObject.
Definition at line 53 of file ViewProviderTrajectoryDressUp.cpp.
References Gui::ControlSingleton::closeDialog(), and Gui::Control().
1.6.1