Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
DomDate Class Reference

#include <ui4.h>

+ Collaboration diagram for DomDate:

Public Member Functions

 DomDate ()=default
 
 ~DomDate ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
int elementYear () const
 
void setElementYear (int a)
 
bool hasElementYear () const
 
void clearElementYear ()
 
int elementMonth () const
 
void setElementMonth (int a)
 
bool hasElementMonth () const
 
void clearElementMonth ()
 
int elementDay () const
 
void setElementDay (int a)
 
bool hasElementDay () const
 
void clearElementDay ()
 
 DomDate ()=default
 
 ~DomDate ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
int elementYear () const
 
void setElementYear (int a)
 
bool hasElementYear () const
 
void clearElementYear ()
 
int elementMonth () const
 
void setElementMonth (int a)
 
bool hasElementMonth () const
 
void clearElementMonth ()
 
int elementDay () const
 
void setElementDay (int a)
 
bool hasElementDay () const
 
void clearElementDay ()
 

Detailed Description

Definition at line 1897 of file ui4.h.

Constructor & Destructor Documentation

◆ DomDate() [1/2]

DomDate::DomDate ( )
default

◆ ~DomDate() [1/2]

DomDate::~DomDate ( )
default

◆ DomDate() [2/2]

DomDate::DomDate ( )
default

◆ ~DomDate() [2/2]

DomDate::~DomDate ( )

Member Function Documentation

◆ clearElementDay() [1/2]

void DomDate::clearElementDay ( )

Definition at line 3780 of file ui4.cpp.

◆ clearElementDay() [2/2]

void DomDate::clearElementDay ( )

◆ clearElementMonth() [1/2]

void DomDate::clearElementMonth ( )

Definition at line 3775 of file ui4.cpp.

◆ clearElementMonth() [2/2]

void DomDate::clearElementMonth ( )

◆ clearElementYear() [1/2]

void DomDate::clearElementYear ( )

Definition at line 3770 of file ui4.cpp.

◆ clearElementYear() [2/2]

void DomDate::clearElementYear ( )

◆ elementDay() [1/2]

int DomDate::elementDay ( ) const
inline

Definition at line 1917 of file ui4.h.

◆ elementDay() [2/2]

int DomDate::elementDay ( ) const
inline

Definition at line 1917 of file ui4_p.h.

◆ elementMonth() [1/2]

int DomDate::elementMonth ( ) const
inline

Definition at line 1912 of file ui4.h.

◆ elementMonth() [2/2]

int DomDate::elementMonth ( ) const
inline

Definition at line 1912 of file ui4_p.h.

◆ elementYear() [1/2]

int DomDate::elementYear ( ) const
inline

Definition at line 1907 of file ui4.h.

◆ elementYear() [2/2]

int DomDate::elementYear ( ) const
inline

Definition at line 1907 of file ui4_p.h.

◆ hasElementDay() [1/2]

bool DomDate::hasElementDay ( ) const
inline

Definition at line 1919 of file ui4.h.

◆ hasElementDay() [2/2]

bool DomDate::hasElementDay ( ) const
inline

Definition at line 1919 of file ui4_p.h.

◆ hasElementMonth() [1/2]

bool DomDate::hasElementMonth ( ) const
inline

Definition at line 1914 of file ui4.h.

◆ hasElementMonth() [2/2]

bool DomDate::hasElementMonth ( ) const
inline

Definition at line 1914 of file ui4_p.h.

◆ hasElementYear() [1/2]

bool DomDate::hasElementYear ( ) const
inline

Definition at line 1909 of file ui4.h.

◆ hasElementYear() [2/2]

bool DomDate::hasElementYear ( ) const
inline

Definition at line 1909 of file ui4_p.h.

◆ read() [1/2]

void DomDate::read ( QXmlStreamReader & reader)

Definition at line 3707 of file ui4.cpp.

◆ read() [2/2]

void DomDate::read ( QXmlStreamReader & reader)

◆ setElementDay() [1/2]

void DomDate::setElementDay ( int a)

Definition at line 3764 of file ui4.cpp.

◆ setElementDay() [2/2]

void DomDate::setElementDay ( int a)

◆ setElementMonth() [1/2]

void DomDate::setElementMonth ( int a)

Definition at line 3758 of file ui4.cpp.

◆ setElementMonth() [2/2]

void DomDate::setElementMonth ( int a)

◆ setElementYear() [1/2]

void DomDate::setElementYear ( int a)

Definition at line 3752 of file ui4.cpp.

◆ setElementYear() [2/2]

void DomDate::setElementYear ( int a)

◆ write() [1/2]

void DomDate::write ( QXmlStreamWriter & writer,
const QString & tagName = QString() ) const

Definition at line 3736 of file ui4.cpp.

◆ write() [2/2]

void DomDate::write ( QXmlStreamWriter & writer,
const QString & tagName = QString() ) const

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