VSTGUI  4.4
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Groups Pages
Property Class Reference

Filter Property. More...

+ Inheritance diagram for Property:

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 (CBaseObject *objectValue)
 
 Property (const CRect &rectValue)
 
 Property (const CPoint &pointValue)
 
 Property (const CColor &colorValue)
 
 Property (const CGraphicsTransform &transformValue)
 
 Property (const Property &p)
 
 ~Property ()
 
Type getType () const
 
int32_t getInteger () const
 
double getFloat () const
 
CBaseObjectgetObject () const
 
const CRectgetRect () const
 
const CPointgetPoint () const
 
const CColorgetColor () const
 
const CGraphicsTransformgetTransform () const
 
Propertyoperator= (const Property &p)
 
virtual bool isTypeOf (IdStringPtr s) const
 
virtual CBaseObjectnewCopy () const
 
- Public Member Functions inherited from CBaseObject
 CBaseObject ()
 
virtual ~CBaseObject ()
 
virtual void beforeDelete ()
 
virtual void forget ()
 decrease refcount and delete object if refcount == 0 More...
 
virtual void remember ()
 increase refcount More...
 
virtual int32_t getNbReference () const
 get refcount More...
 
virtual CMessageResult notify (CBaseObject *sender, IdStringPtr message)
 

Detailed Description

Filter Property.

Member Enumeration Documentation

enum Type
Enumerator
kUnknown 
kInteger 
kFloat 
kObject 
kRect 
kPoint 
kColor 
kTransformMatrix 

Constructor & Destructor Documentation

Property ( Type  type = kUnknown)
Property ( int32_t  intValue)
Property ( double  floatValue)
Property ( CBaseObject objectValue)
Property ( const CRect rectValue)
Property ( const CPoint pointValue)
Property ( const CColor colorValue)
Property ( const CGraphicsTransform transformValue)
Property ( const Property p)
~Property ( )

Member Function Documentation

const CColor& getColor ( ) const
double getFloat ( ) const
int32_t getInteger ( ) const
CBaseObject* getObject ( ) const
const CPoint& getPoint ( ) const
const CRect& getRect ( ) const
const CGraphicsTransform& getTransform ( ) const
Type getType ( ) const
inline
virtual bool isTypeOf ( IdStringPtr  s) const
inlinevirtual
virtual CBaseObject* newCopy ( ) const
inlinevirtual
Property& operator= ( const Property p)

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