OpenWalnut  1.2.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
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(), and WGEPostprocessingNode::WGEPostprocessingNode().

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.