Percent property This property is a special interger property and holds only numbers between 0 and 100. More...
#include <PropertyStandard.h>
Public Member Functions | |
virtual Base::Type | getTypeId (void) const |
PropertyPercent () | |
Standard constructor. | |
~PropertyPercent () | |
destructor | |
Static Public Member Functions | |
static void * | create (void) |
static Base::Type | getClassTypeId (void) |
static void | init (void) |
Percent property This property is a special interger property and holds only numbers between 0 and 100.
Definition at line 238 of file PropertyStandard.h.
PropertyPercent::PropertyPercent | ( | ) |
Standard constructor.
Definition at line 579 of file PropertyStandard.cpp.
References App::PropertyIntegerConstraint::_ConstStruct.
PropertyPercent::~PropertyPercent | ( | ) |
destructor
Definition at line 584 of file PropertyStandard.cpp.
void * App::PropertyPercent::create | ( | void | ) | [static] |
Reimplemented from App::PropertyIntegerConstraint.
Definition at line 571 of file PropertyStandard.cpp.
Base::Type App::PropertyPercent::getClassTypeId | ( | void | ) | [static] |
Reimplemented from App::PropertyIntegerConstraint.
Definition at line 571 of file PropertyStandard.cpp.
Base::Type App::PropertyPercent::getTypeId | ( | void | ) | const [virtual] |
Reimplemented from App::PropertyIntegerConstraint.
Definition at line 571 of file PropertyStandard.cpp.
void App::PropertyPercent::init | ( | void | ) | [static] |
Reimplemented from App::PropertyIntegerConstraint.
Definition at line 571 of file PropertyStandard.cpp.