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