Base class for all ParamDef.
More...
#include <ParamDef.h>
Inherits enable_shared_from_this< IParamDef >.
Inherited by IJmbParamDef, and RawVstParamDef.
|
| enum class | Owner { kRT
, kGUI
} |
| | Who owns the parameter (mostly for state saving purposes). More...
|
|
| | IParamDef (ParamID const iParamID, VstString16 iTitle, Owner const iOwner, bool const iTransient, int16 const iDeprecatedSince) |
| bool | isDeprecated () const |
| | Returns true if the parameter is deprecated (meaning it can only be used to upgrade to latest version).
|
| virtual | ~IParamDef ()=default |
|
| static constexpr int16 | kVersionNotDeprecated = -1 |
| | Special version indicating the parameter is not deprecated.
|
Base class for all ParamDef.
◆ Owner
Who owns the parameter (mostly for state saving purposes).
◆ IParamDef()
| IParamDef |
( |
ParamID const | iParamID, |
|
|
VstString16 | iTitle, |
|
|
Owner const | iOwner, |
|
|
bool const | iTransient, |
|
|
int16 const | iDeprecatedSince ) |
|
inline |
◆ ~IParamDef()
◆ isDeprecated()
| bool isDeprecated |
( |
| ) |
const |
|
inline |
Returns true if the parameter is deprecated (meaning it can only be used to upgrade to latest version).
◆ fDeprecatedSince
| const int16 fDeprecatedSince |
◆ fOwner
◆ fParamID
◆ fTitle
◆ fTransient
◆ kVersionNotDeprecated
| int16 kVersionNotDeprecated = -1 |
|
staticconstexpr |
Special version indicating the parameter is not deprecated.
The documentation for this class was generated from the following file: