CS::Utility::csConstraintBounded Class Reference
Implementation of CS::Utility::iModifiableConstraintBounded. More...
#include <cstool/modifiableimpl.h>
Inheritance diagram for CS::Utility::csConstraintBounded:

Public Member Functions | |
| csConstraintBounded (const csVariant &max) | |
| Initializes the constraint to have just a maximum value. | |
| csConstraintBounded (const csVariant &min, const csVariant &max) | |
| Initializes this constraint with both a min and a max value. | |
Detailed Description
Implementation of CS::Utility::iModifiableConstraintBounded.
See its documentation for a bit more help. Currently works for the following value types: CSVAR_FLOAT, CSVAR_LONG, CSVAR_VECTOR2, CSVAR_VECTOR3, CSVAR_VECTOR4
Definition at line 438 of file modifiableimpl.h.
Constructor & Destructor Documentation
| CS::Utility::csConstraintBounded::csConstraintBounded | ( | const csVariant & | min, | |
| const csVariant & | max | |||
| ) | [inline] |
Initializes this constraint with both a min and a max value.
Definition at line 443 of file modifiableimpl.h.
| CS::Utility::csConstraintBounded::csConstraintBounded | ( | const csVariant & | max | ) | [inline] |
Initializes the constraint to have just a maximum value.
Definition at line 452 of file modifiableimpl.h.
The documentation for this class was generated from the following file:
- cstool/modifiableimpl.h
Generated for Crystal Space 2.1 by doxygen 1.6.1
