- Your Widget Set For OpenGL
Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | Related Pages

ufo::UIntValidator Class Reference

#include <uvalidator.hpp>

Inheritance diagram for ufo::UIntValidator:

ufo::UValidator ufo::UObject ufo::UCollectable List of all members.

Public Member Functions

 UIntValidator ()
 UIntValidator (int min, int max)
virtual void fixup (std::string *text) const
virtual State validate (std::string *text, int *pos) const
void setRange (int min, int max)
int getMinimum () const
int getMaximum () const

Detailed Description

A validator for integer text.

Author:
Johannes Schmidt


Constructor & Destructor Documentation

ufo::UIntValidator::UIntValidator  ) 
 

Creates an int validator which accepts all integers.

ufo::UIntValidator::UIntValidator int  min,
int  max
 

Creates an int validator with min max bounds.


The documentation for this class was generated from the following file:
The libUFO Project - written by Johannes Schmidt