#include "ofxsSupportPrivate.h"
#include <stdarg.h>
Namespaces | |
| namespace | OFX |
| namespace | OFX::Validation |
Defines | |
| #define | NULLPTR ((void *)(0)) |
| Null pointer definition. | |
| #define | kOfxsDisableValidation |
| #define | kOfxsDisableValidation |
Functions | |
| void | validateHostProperties (OfxHost *host) |
| Validates the host structure and property handle. | |
| void | validatePluginDescriptorProperties (PropertySet props) |
| Validates the effect descriptor properties. | |
| void | validatePluginInstanceProperties (PropertySet props) |
| Validates the effect instance properties. | |
| void | validateClipDescriptorProperties (PropertySet props) |
| validates a clip descriptor | |
| void | validateClipInstanceProperties (PropertySet props) |
| validates a clip instance | |
| void | validateImageProperties (PropertySet props) |
| validates a clip descriptor | |
| void | validateActionArgumentsProperties (const std::string &action, PropertySet inArgs, PropertySet outArgs) |
| Validates action in/out arguments. | |
| void | validateParameterProperties (ParamTypeEnum paramType, OFX::PropertySet paramProps, bool checkDefaults) |
| Validates parameter properties. | |
| void | initialise (void) |
| initialises the validation code, call this in on load | |
|
|
|
|
|
|
|
|
Null pointer definition.
|
|
|
initialises the validation code, call this in on load
|
|
||||||||||||||||
|
Validates action in/out arguments.
|
|
|
validates a clip descriptor
|
|
|
validates a clip instance
|
|
|
Validates the host structure and property handle.
|
|
|
validates a clip descriptor
|
|
||||||||||||||||
|
Validates parameter properties.
|
|
|
Validates the effect descriptor properties.
|
|
|
Validates the effect instance properties.
|
1.3.9.1