OpenWalnut  1.4.0
Functions
WPropertyHelper::PC_NOTEMPTY Namespace Reference

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)

Add the PC_NOTEMPTY constraint to the property.

Parameters:
propthe 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.

Parameters:
propthe 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.

Parameters:
propthe property where to add the constraint.

Definition at line 55 of file WPropertyHelper.cpp.