#include <ofxsSupportPrivate.h>
Public Member Functions | |
| PropertyDescription (char *name, OFX::PropertyTypeEnum ilk, int dimension,...) | |
| var args constructor that is use to describe properties | |
| virtual | ~PropertyDescription (void) |
| Die! Die! Die! | |
| void | validate (bool checkDefaults, PropertySet &propSet) |
| See if the property exists in the containing property set and has the correct dimension. | |
Public Attributes | |
| std::string | _name |
| name of the property | |
| bool | _exists |
| Was it validated. | |
| int | _dimension |
| dimension of the property | |
| OFX::PropertyTypeEnum | _ilk |
| What type of property is it. | |
| std::vector< ValueHolder > | _defaultValue |
| The default value that this property should have. Empty implies no default (eg: a host name has no default). | |
|
||||||||||||||||||||
|
var args constructor that is use to describe properties
|
|
|
Die! Die! Die!
|
|
||||||||||||
|
See if the property exists in the containing property set and has the correct dimension.
|
|
|
The default value that this property should have. Empty implies no default (eg: a host name has no default).
|
|
|
dimension of the property
|
|
|
Was it validated.
|
|
|
What type of property is it.
|
|
|
name of the property
|
1.3.9.1