#include <PropertyHolder.h>

Public Member Functions |
|
| PropertyHolder () | |
| PropertyHolder (const PropertyHolder &propertyHolder) | |
| bool | setProperty (int property, bool value) |
| bool | hasProperty (int property) const |
| void | clearProperties () |
| void | setProperties (const PropertyHolder &properties) |
| const PropertyHolder & | getProperties () const |
| bool | isEqual (const PropertyHolder &properties) const |
Protected Member Functions |
|
| virtual | ~PropertyHolder () |
Protected Attributes |
|
| awUtil::BitField32 | myProperties |
| PropertyHolder | ( | ) |
| PropertyHolder | ( | const PropertyHolder & | propertyHolder | ) |
| virtual ~PropertyHolder | ( | ) | [protected, virtual] |
| bool setProperty | ( | int | property, |
| bool | value | ||
| ) |
| bool hasProperty | ( | int | property | ) | const |
| void clearProperties | ( | ) |
| void setProperties | ( | const PropertyHolder & | properties | ) |
| const PropertyHolder& getProperties | ( | ) | const |
| bool isEqual | ( | const PropertyHolder & | properties | ) | const |
awUtil::BitField32
myProperties [protected] |