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

#include <ui4.h>

+ Collaboration diagram for DomRect:

Public Member Functions

 DomRect ()=default
 
 ~DomRect ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
int elementX () const
 
void setElementX (int a)
 
bool hasElementX () const
 
void clearElementX ()
 
int elementY () const
 
void setElementY (int a)
 
bool hasElementY () const
 
void clearElementY ()
 
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 1724 of file ui4.h.

Constructor & Destructor Documentation

◆ DomRect()

DomRect::DomRect ( )
default

◆ ~DomRect()

DomRect::~DomRect ( )
default

Member Function Documentation

◆ clearElementHeight()

void DomRect::clearElementHeight ( )

Definition at line 3473 of file ui4.cpp.

◆ clearElementWidth()

void DomRect::clearElementWidth ( )

Definition at line 3468 of file ui4.cpp.

◆ clearElementX()

void DomRect::clearElementX ( )

Definition at line 3458 of file ui4.cpp.

◆ clearElementY()

void DomRect::clearElementY ( )

Definition at line 3463 of file ui4.cpp.

◆ elementHeight()

int DomRect::elementHeight ( ) const
inline

Definition at line 1749 of file ui4.h.

◆ elementWidth()

int DomRect::elementWidth ( ) const
inline

Definition at line 1744 of file ui4.h.

◆ elementX()

int DomRect::elementX ( ) const
inline

Definition at line 1734 of file ui4.h.

◆ elementY()

int DomRect::elementY ( ) const
inline

Definition at line 1739 of file ui4.h.

◆ hasElementHeight()

bool DomRect::hasElementHeight ( ) const
inline

Definition at line 1751 of file ui4.h.

◆ hasElementWidth()

bool DomRect::hasElementWidth ( ) const
inline

Definition at line 1746 of file ui4.h.

◆ hasElementX()

bool DomRect::hasElementX ( ) const
inline

Definition at line 1736 of file ui4.h.

References X.

◆ hasElementY()

bool DomRect::hasElementY ( ) const
inline

Definition at line 1741 of file ui4.h.

◆ read()

void DomRect::read ( QXmlStreamReader & reader)

Definition at line 3382 of file ui4.cpp.

References Qt::CaseInsensitive, setElementHeight(), setElementWidth(), setElementX(), setElementY(), and tag.

+ Here is the call graph for this function:

◆ setElementHeight()

void DomRect::setElementHeight ( int a)

Definition at line 3452 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementWidth()

void DomRect::setElementWidth ( int a)

Definition at line 3446 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementX()

void DomRect::setElementX ( int a)

Definition at line 3434 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementY()

void DomRect::setElementY ( int a)

Definition at line 3440 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ write()

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

Definition at line 3415 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: