VSTGUI
4.10
Graphical User Interface Framework not only for VST plugins
|
Public Types | |
enum | Type { kUnknown = 0, kInteger, kFloat, kObject, kRect, kPoint, kColor, kTransformMatrix } |
Public Member Functions | |
Property (Type type=kUnknown) | |
Property (int32_t intValue) | |
Property (double floatValue) | |
Property (IReference *objectValue) | |
Property (const CRect &rectValue) | |
Property (const CPoint &pointValue) | |
Property (const CColor &colorValue) | |
Property (const CGraphicsTransform &transformValue) | |
Property (const Property &p) | |
Property (Property &&p) noexcept | |
~Property () noexcept | |
Type | getType () const |
int32_t | getInteger () const |
double | getFloat () const |
IReference * | getObject () const |
const CRect & | getRect () const |
const CPoint & | getPoint () const |
const CColor & | getColor () const |
const CGraphicsTransform & | getTransform () const |
Property & | operator= (const Property &p) |
Property & | operator= (Property &&p) noexcept |
Filter Property.
enum Type |
Property | ( | int32_t | intValue | ) |
Property | ( | double | floatValue | ) |
Property | ( | IReference * | objectValue | ) |
Property | ( | const CGraphicsTransform & | transformValue | ) |
|
noexcept |
const CColor & getColor | ( | ) | const |
double getFloat | ( | ) | const |
int32_t getInteger | ( | ) | const |
IReference * getObject | ( | ) | const |
const CPoint & getPoint | ( | ) | const |
const CRect & getRect | ( | ) | const |
const CGraphicsTransform & getTransform | ( | ) | const |
|
inline |