OpenWalnut
1.4.0
|
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. |
Contains functions for easily adding constraints of type PC_NOTEMPTY to properties compatible with this constraint.
void WPropertyHelper::PC_NOTEMPTY::addTo | ( | WPropSelection | prop | ) |
Add the PC_NOTEMPTY constraint to the property.
prop | the property where to add the constraint. |
Definition at line 41 of file WPropertyHelper.cpp.
Referenced by WDataSetFibers::init(), WGEPostprocessingNode::WGEPostprocessingNode(), and WStrategyHelper< StrategyType >::WStrategyHelper().
void WPropertyHelper::PC_NOTEMPTY::addTo | ( | WPropString | prop | ) |
Add the PC_NOTEMPTY constraint to the property.
prop | the property where to add the constraint. |
Definition at line 48 of file WPropertyHelper.cpp.
void WPropertyHelper::PC_NOTEMPTY::addTo | ( | WPropFilename | prop | ) |
Add the PC_NOTEMPTY constraint to the property.
prop | the property where to add the constraint. |
Definition at line 55 of file WPropertyHelper.cpp.