20#ifndef HURRICANE_PROPERTIES
21#define HURRICANE_PROPERTIES
23#include "hurricane/Collection.h"
59#define for_each_property(property, properties)\
62 PropertyLocator _locator = properties.getLocator();\
63 while (_locator.isValid()) {\
64 Property* property = _locator.getElement();\
Generic Collection auto-pointer.
Definition Collection.h:235
Generic Filter auto-pointer.
Definition Filter.h:86
Generic Locator auto-pointer.
Definition Locator.h:113
Property description (API)
Definition Property.h:56
Contains Almost Everything.
Definition BasicLayer.h:39
GenericLocator< Property * > PropertyLocator
Definition Properties.h:43
GenericFilter< Property * > PropertyFilter
Definition Properties.h:51
GenericCollection< Property * > Properties
Definition Properties.h:35