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
DomSize Class Reference

#include <ui4.h>

Collaboration diagram for DomSize:

Public Member Functions

 DomSize ()=default
 ~DomSize ()
void read (QXmlStreamReader &reader)
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
int elementWidth () const
void setElementWidth (int a)
bool hasElementWidth () const
void clearElementWidth ()
int elementHeight () const
void setElementHeight (int a)
bool hasElementHeight () const
void clearElementHeight ()
 DomSize ()=default
 ~DomSize ()
void read (QXmlStreamReader &reader)
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
int elementWidth () const
void setElementWidth (int a)
bool hasElementWidth () const
void clearElementWidth ()
int elementHeight () const
void setElementHeight (int a)
bool hasElementHeight () const
void clearElementHeight ()

Detailed Description

Definition at line 1872 of file ui4.h.

Constructor & Destructor Documentation

◆ DomSize() [1/2]

DomSize::DomSize ( )
default

◆ ~DomSize() [1/2]

DomSize::~DomSize ( )
default

◆ DomSize() [2/2]

DomSize::DomSize ( )
default

◆ ~DomSize() [2/2]

DomSize::~DomSize ( )

Member Function Documentation

◆ clearElementHeight() [1/2]

void DomSize::clearElementHeight ( )

Definition at line 3707 of file ui4.cpp.

◆ clearElementHeight() [2/2]

void DomSize::clearElementHeight ( )

◆ clearElementWidth() [1/2]

void DomSize::clearElementWidth ( )

Definition at line 3702 of file ui4.cpp.

◆ clearElementWidth() [2/2]

void DomSize::clearElementWidth ( )

◆ elementHeight() [1/2]

int DomSize::elementHeight ( ) const
inline

Definition at line 1887 of file ui4.h.

◆ elementHeight() [2/2]

int DomSize::elementHeight ( ) const
inline

Definition at line 1887 of file ui4_p.h.

◆ elementWidth() [1/2]

int DomSize::elementWidth ( ) const
inline

Definition at line 1882 of file ui4.h.

◆ elementWidth() [2/2]

int DomSize::elementWidth ( ) const
inline

Definition at line 1882 of file ui4_p.h.

◆ hasElementHeight() [1/2]

bool DomSize::hasElementHeight ( ) const
inline

Definition at line 1889 of file ui4.h.

◆ hasElementHeight() [2/2]

bool DomSize::hasElementHeight ( ) const
inline

Definition at line 1889 of file ui4_p.h.

◆ hasElementWidth() [1/2]

bool DomSize::hasElementWidth ( ) const
inline

Definition at line 1884 of file ui4.h.

◆ hasElementWidth() [2/2]

bool DomSize::hasElementWidth ( ) const
inline

Definition at line 1884 of file ui4_p.h.

◆ read() [1/2]

void DomSize::read ( QXmlStreamReader & reader)

Definition at line 3652 of file ui4.cpp.

◆ read() [2/2]

void DomSize::read ( QXmlStreamReader & reader)

◆ setElementHeight() [1/2]

void DomSize::setElementHeight ( int a)

Definition at line 3696 of file ui4.cpp.

◆ setElementHeight() [2/2]

void DomSize::setElementHeight ( int a)

◆ setElementWidth() [1/2]

void DomSize::setElementWidth ( int a)

Definition at line 3690 of file ui4.cpp.

◆ setElementWidth() [2/2]

void DomSize::setElementWidth ( int a)

◆ write() [1/2]

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

Definition at line 3677 of file ui4.cpp.

◆ write() [2/2]

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

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