Angle property This is a property for representing angles. More...
#include <PropertyUnits.h>
Public Member Functions | |
virtual const char * | getEditorName (void) const |
Get the class name of the associated property editor item. | |
virtual Base::Type | getTypeId (void) const |
PropertyAngle (void) | |
virtual | ~PropertyAngle () |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Angle property This is a property for representing angles.
It basicly a float property. On the Gui it has a quantity like RAD.
Definition at line 79 of file PropertyUnits.h.
App::PropertyAngle::PropertyAngle | ( | void | ) | [inline] |
Definition at line 83 of file PropertyUnits.h.
virtual App::PropertyAngle::~PropertyAngle | ( | ) | [inline, virtual] |
Definition at line 84 of file PropertyUnits.h.
void * App::PropertyAngle::create | ( | void | ) | [static] |
Reimplemented from App::PropertyFloatConstraint.
Definition at line 120 of file PropertyUnits.cpp.
Base::Type App::PropertyAngle::getClassTypeId | ( | void | ) | [static] |
Reimplemented from App::PropertyFloatConstraint.
Definition at line 120 of file PropertyUnits.cpp.
virtual const char* App::PropertyAngle::getEditorName | ( | void | ) | const [inline, virtual] |
Get the class name of the associated property editor item.
Reimplemented from App::PropertyFloatConstraint.
Definition at line 85 of file PropertyUnits.h.
Base::Type App::PropertyAngle::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from App::PropertyFloatConstraint.
Definition at line 120 of file PropertyUnits.cpp.
void App::PropertyAngle::init | ( | void | ) | [static] |
Reimplemented from App::PropertyFloatConstraint.
Definition at line 120 of file PropertyUnits.cpp.