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