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
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 ()
 

Detailed Description

Definition at line 1897 of file ui4.h.

Constructor & Destructor Documentation

◆ DomDate()

DomDate::DomDate ( )
default

◆ ~DomDate()

DomDate::~DomDate ( )
default

Member Function Documentation

◆ clearElementDay()

void DomDate::clearElementDay ( )

Definition at line 3779 of file ui4.cpp.

◆ clearElementMonth()

void DomDate::clearElementMonth ( )

Definition at line 3774 of file ui4.cpp.

◆ clearElementYear()

void DomDate::clearElementYear ( )

Definition at line 3769 of file ui4.cpp.

◆ elementDay()

int DomDate::elementDay ( ) const
inline

Definition at line 1917 of file ui4.h.

◆ elementMonth()

int DomDate::elementMonth ( ) const
inline

Definition at line 1912 of file ui4.h.

◆ elementYear()

int DomDate::elementYear ( ) const
inline

Definition at line 1907 of file ui4.h.

◆ hasElementDay()

bool DomDate::hasElementDay ( ) const
inline

Definition at line 1919 of file ui4.h.

References Day().

+ Here is the call graph for this function:

◆ hasElementMonth()

bool DomDate::hasElementMonth ( ) const
inline

Definition at line 1914 of file ui4.h.

◆ hasElementYear()

bool DomDate::hasElementYear ( ) const
inline

Definition at line 1909 of file ui4.h.

◆ read()

void DomDate::read ( QXmlStreamReader & reader)

Definition at line 3706 of file ui4.cpp.

References Qt::CaseInsensitive, setElementDay(), setElementMonth(), setElementYear(), and tag.

+ Here is the call graph for this function:

◆ setElementDay()

void DomDate::setElementDay ( int a)

Definition at line 3763 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementMonth()

void DomDate::setElementMonth ( int a)

Definition at line 3757 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementYear()

void DomDate::setElementYear ( int a)

Definition at line 3751 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ write()

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

Definition at line 3735 of file ui4.cpp.

References QString::isEmpty(), QString::number(), QStringLiteral, and QString::toLower().

Referenced by DomProperty::write().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

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