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

Detailed Description

Definition at line 1864 of file ui4.h.

Constructor & Destructor Documentation

◆ DomSize()

DomSize::DomSize ( )
default

◆ ~DomSize()

DomSize::~DomSize ( )
default

Member Function Documentation

◆ clearElementHeight()

void DomSize::clearElementHeight ( )

Definition at line 3700 of file ui4.cpp.

◆ clearElementWidth()

void DomSize::clearElementWidth ( )

Definition at line 3695 of file ui4.cpp.

◆ elementHeight()

int DomSize::elementHeight ( ) const
inline

Definition at line 1879 of file ui4.h.

◆ elementWidth()

int DomSize::elementWidth ( ) const
inline

Definition at line 1874 of file ui4.h.

◆ hasElementHeight()

bool DomSize::hasElementHeight ( ) const
inline

Definition at line 1881 of file ui4.h.

◆ hasElementWidth()

bool DomSize::hasElementWidth ( ) const
inline

Definition at line 1876 of file ui4.h.

◆ read()

void DomSize::read ( QXmlStreamReader & reader)

Definition at line 3645 of file ui4.cpp.

References Qt::CaseInsensitive, setElementHeight(), and setElementWidth().

+ Here is the call graph for this function:

◆ setElementHeight()

void DomSize::setElementHeight ( int a)

Definition at line 3689 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementWidth()

void DomSize::setElementWidth ( int a)

Definition at line 3683 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ write()

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

Definition at line 3670 of file ui4.cpp.

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

Referenced by DomCustomWidget::write(), and 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: