OpenWalnut  1.5.0dev
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. More...
 
void addTo (WPropString prop)
 Add the PC_NOTEMPTY constraint to the property. More...
 
void addTo (WPropFilename prop)
 Add the PC_NOTEMPTY constraint to the property. More...
 

Detailed Description

Contains functions for easily adding constraints of type PC_NOTEMPTY to properties compatible with this constraint.

Function Documentation

◆ addTo() [1/3]

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 57 of file WPropertyHelper.cpp.

◆ addTo() [2/3]

void WPropertyHelper::PC_NOTEMPTY::addTo ( WPropSelection  prop)

◆ addTo() [3/3]

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 50 of file WPropertyHelper.cpp.