- Your Widget Set For OpenGL
#include <uvalidator.hpp>
Inheritance diagram for ufo::UDoubleValidator:

Public Member Functions | |
| UDoubleValidator () | |
| UDoubleValidator (double min, double max, int decimals) | |
| virtual void | fixup (std::string *text) const | 
| virtual State | validate (std::string *text, int *pos) const | 
| void | setRange (double min, double max) | 
| double | getMinimum () const | 
| double | getMaximum () const | 
| void | setDecimals (int decimals) | 
| int | getDecimals () const | 
      
  | 
  
| 
 Creates an double validator which accepts all integers.  | 
  
      
  | 
  ||||||||||||||||
| 
 Creates an double validator with min max bounds.  | 
  
      
  | 
  
| 
 Sets the number of digits behind the decimal point.  |