Classes | Defines

property.h File Reference

Go to the source code of this file.

Classes

class  IProperty
 IProperty is an interface class for setting and getting properties of a derived class. More...

Defines

#define PROP_OK   0
#define PROP_ERROR   -1
#define PROP_ERROR_NOT_SUPPORTED   -2
#define PROP_ERROR_READ_ONLY   -3
#define PROP_ERROR_ILLEGAL_VALUE   -4
#define PROP_MULTIPLIER   0x10000
#define PROP_ID(object, index)   ((object+1)*PROP_MULTIPLIER + index)

Define Documentation

#define PROP_ERROR   -1
#define PROP_ERROR_ILLEGAL_VALUE   -4
#define PROP_ERROR_NOT_SUPPORTED   -2
#define PROP_ERROR_READ_ONLY   -3
#define PROP_ID (   object,
  index 
)    ((object+1)*PROP_MULTIPLIER + index)
#define PROP_MULTIPLIER   0x10000
#define PROP_OK   0