25 #ifndef WPROPERTIES_FWD_H
26 #define WPROPERTIES_FWD_H
28 #include <boost/shared_ptr.hpp>
47 #include "WPropertyTypes.h"
67 #include "constraints/WPropertyConstraintTypes.h"
70 template <
typename T >
72 template <
typename T >
74 template<
typename T >
76 template<
typename T >
78 template<
typename T >
80 template<
typename T >
82 template <
typename T >
85 #endif // WPROPERTIES_FWD_H
This class allows constraining properties using a maximum value and the corresponding <= operator...
This class allows constraining selection properties to not allow selection of multiple items...
This class allows constraining properties to be existing filenames.
This is the base class and interface for property groups.
Abstract base class for all properties.
This class allows constraining properties using a minimum value and the corresponding >= operator...
This class can observe properties inside a property group.
This class allows constraining properties to be existing filenames.
This class allows constraining properties to be not empty.
This class allows constraining properties to only be set if a isValid method returns true...