ASPiK SDK
VSTGUI::BitmapFilter::Property Class Reference

Filter Property. More...

#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
 
IReferencegetObject () const
 
const CRectgetRect () const
 
const CPointgetPoint () const
 
const CColorgetColor () const
 
const CGraphicsTransformgetTransform () const
 
Propertyoperator= (const Property &p)
 
Propertyoperator= (Property &&p) noexcept
 

Detailed Description

Filter Property.


The documentation for this class was generated from the following file: