Optika  Development
 All Classes Files Functions Variables Typedefs Pages
Classes
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:

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...
 

Detailed Description

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