Base class for all ParamDef.
More...
#include <ParamDef.h>
Inherits enable_shared_from_this< IParamDef >.
Inherited by IJmbParamDef, and RawVstParamDef.
|
| | 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) More...
|
| |
| virtual | ~IParamDef ()=default |
| |
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
| constexpr int16 kVersionNotDeprecated = -1 |
|
static |
Special version indicating the parameter is not deprecated.
The documentation for this class was generated from the following file: