Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QDateTimeParser::StateNode Struct Reference

#include <qdatetimeparser_p.h>

+ Collaboration diagram for QDateTimeParser::StateNode:

Public Member Functions

 StateNode ()
 
 StateNode (const QDateTime &val, State ok=Acceptable, int pad=0, bool bad=false)
 

Public Attributes

QDateTime value
 
State state
 
int padded
 
bool conflicts
 

Detailed Description

Definition at line 122 of file qdatetimeparser_p.h.

Constructor & Destructor Documentation

◆ StateNode() [1/2]

QDateTimeParser::StateNode::StateNode ( )
inline

Definition at line 123 of file qdatetimeparser_p.h.

◆ StateNode() [2/2]

QDateTimeParser::StateNode::StateNode ( const QDateTime & val,
State ok = Acceptable,
int pad = 0,
bool bad = false )
inline

Definition at line 124 of file qdatetimeparser_p.h.

Member Data Documentation

◆ conflicts

bool QDateTimeParser::StateNode::conflicts

◆ padded

int QDateTimeParser::StateNode::padded

◆ state

◆ value


The documentation for this struct was generated from the following file: