ASPiK SDK
|
#include <cbitmapfilter.h>
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 | |
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.