Optika GUI Toolik  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces
Optika_ValidatorApplier.hpp File Reference

A collection of objects which apply the restriction of a EnhancedNumberValidator to a SpinBoxes and LineEdits. More...

#include <QSpinBox>
#include <QDoubleSpinBox>
#include <QIntValidator>
#include <QDoubleValidator>
#include "Optika_ConfigDefs.hpp"
#include <QLineEdit>
Include dependency graph for Optika_ValidatorApplier.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Optika::ValidatorApplier< S >
 A templated class that applies the minimum, maximum and step specified in an EnhancedNumberValidator onto a QSpingBox. More...
 
class  Optika::ValidatorApplier< double >
 A template spcialization of the ValidatorApplier class on the type double. More...
 
class  Optika::ValidatorApplier< float >
 A template specialzation of the ValidatorApplier class on the type float. More...
 

Namespaces

 Optika
 

Detailed Description

A collection of objects which apply the restriction of a EnhancedNumberValidator to a SpinBoxes and LineEdits.

Definition in file Optika_ValidatorApplier.hpp.