#include <TrajectoryCompound.h>
Public Member Functions | |
virtual App::DocumentObjectExecReturn * | execute (void) |
get called by the document to recompute this feature Normaly this method get called in the processing of Document::recompute(). | |
virtual Base::Type | getTypeId (void) const |
virtual const char * | getViewProviderName (void) const |
returns the type name of the ViewProvider | |
TrajectoryCompound (void) | |
Constructor. | |
virtual | ~TrajectoryCompound () |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Public Attributes | |
App::PropertyLinkList | Source |
Protected Member Functions | |
virtual const App::PropertyData & | getPropertyData (void) const |
Static Protected Member Functions | |
static const App::PropertyData * | getPropertyDataPtr (void) |
Definition at line 38 of file TrajectoryCompound.h.
TrajectoryCompound::TrajectoryCompound | ( | void | ) |
Constructor.
Definition at line 50 of file TrajectoryCompound.cpp.
References ADD_PROPERTY_TYPE, and App::Prop_None.
TrajectoryCompound::~TrajectoryCompound | ( | ) | [virtual] |
Definition at line 57 of file TrajectoryCompound.cpp.
void * Robot::TrajectoryCompound::create | ( | void | ) | [static] |
Reimplemented from Robot::TrajectoryObject.
Definition at line 47 of file TrajectoryCompound.cpp.
App::DocumentObjectExecReturn * TrajectoryCompound::execute | ( | void | ) | [virtual] |
get called by the document to recompute this feature Normaly this method get called in the processing of Document::recompute().
In execute() the outpupt properties get recomputed with the data from linked objects and objects own properties.
Reimplemented from Robot::TrajectoryObject.
Definition at line 61 of file TrajectoryCompound.cpp.
References Robot::Trajectory::addWaypoint(), Robot::TrajectoryObject::getClassTypeId(), App::PropertyLinkList::getValues(), result, Source, and App::DocumentObject::StdReturn.
Referenced by RobotGui::TaskDlgTrajectoryCompound::accept(), and RobotGui::TaskDlgTrajectoryCompound::reject().
Base::Type Robot::TrajectoryCompound::getClassTypeId | ( | void | ) | [static] |
Reimplemented from Robot::TrajectoryObject.
Definition at line 47 of file TrajectoryCompound.cpp.
const App::PropertyData & Robot::TrajectoryCompound::getPropertyData | ( | void | ) | const [protected, virtual] |
Reimplemented from Robot::TrajectoryObject.
Definition at line 47 of file TrajectoryCompound.cpp.
const App::PropertyData * Robot::TrajectoryCompound::getPropertyDataPtr | ( | void | ) | [static, protected] |
Reimplemented from Robot::TrajectoryObject.
Definition at line 47 of file TrajectoryCompound.cpp.
Base::Type Robot::TrajectoryCompound::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from Robot::TrajectoryObject.
Definition at line 47 of file TrajectoryCompound.cpp.
virtual const char* Robot::TrajectoryCompound::getViewProviderName | ( | void | ) | const [inline, virtual] |
returns the type name of the ViewProvider
Reimplemented from Robot::TrajectoryObject.
Definition at line 50 of file TrajectoryCompound.h.
void Robot::TrajectoryCompound::init | ( | void | ) | [static] |
Reimplemented from Robot::TrajectoryObject.
Definition at line 47 of file TrajectoryCompound.cpp.
Referenced by initRobot().
Definition at line 47 of file TrajectoryCompound.h.
Referenced by execute(), and RobotGui::TaskDlgTrajectoryCompound::TaskDlgTrajectoryCompound().