App::PropertyIntegerConstraint::Constraints Struct Reference

Constraint methods. More...

#include <PropertyStandard.h>

Public Member Functions

 Constraints ()
 
 Constraints (long l, long u, long s)
 
bool isDeletable () const
 
void setDeletable (bool on)
 
 ~Constraints ()
 

Public Attributes

long LowerBound
 
long StepSize
 
long UpperBound
 

Detailed Description

Constraint methods.

the boundary struct

Constructor & Destructor Documentation

◆ Constraints() [1/2]

App::PropertyIntegerConstraint::Constraints::Constraints ( )

◆ Constraints() [2/2]

App::PropertyIntegerConstraint::Constraints::Constraints ( long  l,
long  u,
long  s 
)

◆ ~Constraints()

App::PropertyIntegerConstraint::Constraints::~Constraints ( )

Member Function Documentation

◆ isDeletable()

bool App::PropertyIntegerConstraint::Constraints::isDeletable ( ) const

◆ setDeletable()

void App::PropertyIntegerConstraint::Constraints::setDeletable ( bool  on)

Member Data Documentation

◆ LowerBound

long App::PropertyIntegerConstraint::Constraints::LowerBound

◆ StepSize

long App::PropertyIntegerConstraint::Constraints::StepSize

◆ UpperBound

long App::PropertyIntegerConstraint::Constraints::UpperBound

The documentation for this struct was generated from the following file: