|
|
KFloatValidator ( QWidget * parent, const char * name = 0 )
| KFloatValidator |
Constuctor.
KFloatValidator ( double bottom, double top, QWidget * parent, const char * name = 0 )
| KFloatValidator |
Constuctor. Also sets the minimum and maximum values.
~KFloatValidator ()
| ~KFloatValidator |
[virtual]
Destructor.
State validate ( QString &, int & )
| validate |
[const virtual]
Validate the text, and return the result. Does not modify the paramaters.
Reimplemented from QValidator.
void fixup ( QString & )
| fixup |
[const virtual]
Fix the text if possible, providing a valid string. The parameter may be modified.
Reimplemented from QValidator.
void setRange ( double bottom, double top )
| setRange |
[virtual]
Set the minimum and maximum value allowed.
double bottom ()
| bottom |
[const virtual]
Return the current minimum value allowed.
double top ()
| top |
[const virtual]
Return the current maximum value allowed.
void setAcceptLocalizedNumbers (bool _b)
| setAcceptLocalizedNumbers |
double _min | _min |
[protected]
double _max | _max |
[protected]
Generated by: dfaure on kde.faure.org on Thu Jan 17 22:16:05 2002, using kdoc 2.0a53. |