#include <ofxsParam.h>
Inheritance diagram for OFX::StringParamDescriptor:

Public Member Functions | |
| void | setDefault (const std::string &v) |
| set the default value, default is 0 | |
| void | setStringType (StringTypeEnum v) |
| sets the kind of the string param, defaults to eStringSingleLine | |
| void | setFilePathExists (bool v) |
| if the string param is a file path, say that we are picking an existing file, defaults to true | |
Protected Member Functions | |
| mDeclareProtectedAssignAndCC (StringParamDescriptor) | |
| StringParamDescriptor (void) | |
| StringParamDescriptor (const std::string &name, OfxPropertySetHandle props) | |
| hidden ctor | |
Friends | |
| class | ParamSetDescriptor |
|
|
|
|
||||||||||||
|
hidden ctor
|
|
|
|
|
|
set the default value, default is 0
|
|
|
if the string param is a file path, say that we are picking an existing file, defaults to true
|
|
|
sets the kind of the string param, defaults to eStringSingleLine
|
|
|
Reimplemented from OFX::ValueParamDescriptor. |
1.3.9.1