Engauge Digitizer 2
Loading...
Searching...
No Matches
Public Member Functions | List of all members
DlgValidatorDateTime Class Reference

Validator for numeric value expressed as date and/or time. More...

#include <DlgValidatorDateTime.h>

Inheritance diagram for DlgValidatorDateTime:
DlgValidatorAbstract

Public Member Functions

 DlgValidatorDateTime (CoordScale coordScale, CoordUnitsDate coordUnitsDate, CoordUnitsTime coordUnitsTime, QObject *parent=0)
 Single constructor.
 
virtual QValidator::State validate (QString &input, int &pos) const
 Validate according to the numeric format specific to the leaf class.
 
- Public Member Functions inherited from DlgValidatorAbstract
 DlgValidatorAbstract (QObject *parent=0)
 Single constructor.
 

Detailed Description

Validator for numeric value expressed as date and/or time.

Definition at line 16 of file DlgValidatorDateTime.h.

Constructor & Destructor Documentation

◆ DlgValidatorDateTime()

DlgValidatorDateTime::DlgValidatorDateTime ( CoordScale  coordScale,
CoordUnitsDate  coordUnitsDate,
CoordUnitsTime  coordUnitsTime,
QObject *  parent = 0 
)

Single constructor.

Definition at line 11 of file DlgValidatorDateTime.cpp.

Member Function Documentation

◆ validate()

QValidator::State DlgValidatorDateTime::validate ( QString &  input,
int &  pos 
) const
virtual

Validate according to the numeric format specific to the leaf class.

Implements DlgValidatorAbstract.

Definition at line 23 of file DlgValidatorDateTime.cpp.


The documentation for this class was generated from the following files: