Contains functions for easily adding constraints of type PC_NOTEMPTY to properties compatible with this constraint.
More...
Functions |
void | addTo (WPropSelection prop) |
| Add the PC_NOTEMPTY constraint to the property.
|
void | addTo (WPropString prop) |
| Add the PC_NOTEMPTY constraint to the property.
|
void | addTo (WPropFilename prop) |
| Add the PC_NOTEMPTY constraint to the property.
|
Detailed Description
Contains functions for easily adding constraints of type PC_NOTEMPTY to properties compatible with this constraint.
Function Documentation
void WPropertyHelper::PC_NOTEMPTY::addTo |
( |
WPropSelection |
prop |
) |
|
void WPropertyHelper::PC_NOTEMPTY::addTo |
( |
WPropFilename |
prop |
) |
|
Add the PC_NOTEMPTY constraint to the property.
- Parameters:
-
| prop | the property where to add the constraint. |
void WPropertyHelper::PC_NOTEMPTY::addTo |
( |
WPropString |
prop |
) |
|
Add the PC_NOTEMPTY constraint to the property.
- Parameters:
-
| prop | the property where to add the constraint. |