#include <ofxProperty.h>
Public Attributes | |
| OfxStatus(* | propSetPointer )(OfxPropertySetHandle properties, const char *property, int index, void *value) |
| Set a single value in a pointer property. | |
| OfxStatus(* | propSetString )(OfxPropertySetHandle properties, const char *property, int index, const char *value) |
| Set a single value in a string property. | |
| OfxStatus(* | propSetDouble )(OfxPropertySetHandle properties, const char *property, int index, double value) |
| Set a single value in a double property. | |
| OfxStatus(* | propSetInt )(OfxPropertySetHandle properties, const char *property, int index, int value) |
| Set a single value in an int property. | |
| OfxStatus(* | propSetPointerN )(OfxPropertySetHandle properties, const char *property, int count, void **value) |
| Set multiple values of the pointer property. | |
| OfxStatus(* | propSetStringN )(OfxPropertySetHandle properties, const char *property, int count, const char **value) |
| Set multiple values of a string property. | |
| OfxStatus(* | propSetDoubleN )(OfxPropertySetHandle properties, const char *property, int count, double *value) |
| Set multiple values of a double property. | |
| OfxStatus(* | propSetIntN )(OfxPropertySetHandle properties, const char *property, int count, int *value) |
| Set multiple values of an int property. | |
| OfxStatus(* | propGetPointer )(OfxPropertySetHandle properties, const char *property, int index, void **value) |
| Get a single value from a pointer property. | |
| OfxStatus(* | propGetString )(OfxPropertySetHandle properties, const char *property, int index, char **value) |
| Get a single value of a string property. | |
| OfxStatus(* | propGetDouble )(OfxPropertySetHandle properties, const char *property, int index, double *value) |
| Get a single value of a double property. | |
| OfxStatus(* | propGetInt )(OfxPropertySetHandle properties, const char *property, int index, int *value) |
| Get a single value of an int property. | |
| OfxStatus(* | propGetPointerN )(OfxPropertySetHandle properties, const char *property, int count, void **value) |
| Get multiple values of a pointer property. | |
| OfxStatus(* | propGetStringN )(OfxPropertySetHandle properties, const char *property, int count, char **value) |
| Get multiple values of a string property. | |
| OfxStatus(* | propGetDoubleN )(OfxPropertySetHandle properties, const char *property, int count, double *value) |
| Get multiple values of a double property. | |
| OfxStatus(* | propGetIntN )(OfxPropertySetHandle properties, const char *property, int count, int *value) |
| Get multiple values of an int property. | |
| OfxStatus(* | propReset )(OfxPropertySetHandle properties, const char *property) |
| Resets all dimensions of a property to it's default value. | |
| OfxStatus(* | propGetDimension )(OfxPropertySetHandle properties, const char *property, int *count) |
| Gets the dimension of the property. | |
|
|
Gets the dimension of the property.
|
|
|
Get a single value of a double property.
|
|
|
Get multiple values of a double property.
|
|
|
Get a single value of an int property.
|
|
|
Get multiple values of an int property.
|
|
|
Get a single value from a pointer property.
|
|
|
Get multiple values of a pointer property.
|
|
|
Get a single value of a string property.
|
|
|
Get multiple values of a string property.
|
|
|
Resets all dimensions of a property to it's default value.
|
|
|
Set a single value in a double property.
|
|
|
Set multiple values of a double property.
|
|
|
Set a single value in an int property.
|
|
|
Set multiple values of an int property.
|
|
|
Set a single value in a pointer property.
|
|
|
Set multiple values of the pointer property.
|
|
|
Set a single value in a string property.
|
|
|
Set multiple values of a string property.
|