25 #include "WPropertyHelper.h"
29 namespace PC_SELECTONLYONE
31 void addTo( WPropSelection prop )
41 void addTo( WPropSelection prop )
55 void addTo( WPropFilename prop )
63 namespace PC_PATHEXISTS
65 void addTo( WPropFilename prop )
73 namespace PC_ISDIRECTORY
75 void addTo( WPropFilename prop )
85 void addTo( WPropSelection prop )
void addTo(WPropFilename prop)
Add the PC_PATHEXISTS constraint to the property.
This namespace contains several utility functions to handle properties.
This class allows constraining selection properties to not allow selection of multiple items...
This class allows constraining properties to be existing filenames.
void addTo(WPropFilename prop)
Add the PC_PATHEXISTS constraint to the property.
void addTo(WPropSelection prop)
Add the PC_NOTEMPTY constraint to the property.
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...
void addTo(WPropSelection prop)
Add the PC_ISVALID constraint to the property.
void addTo(WPropSelection prop)
Add the PC_SELECTONLYONE constraint to the property.