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

#include <ui4.h>

+ Collaboration diagram for DomRectF:

Public Member Functions

 DomRectF ()=default
 
 ~DomRectF ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
double elementX () const
 
void setElementX (double a)
 
bool hasElementX () const
 
void clearElementX ()
 
double elementY () const
 
void setElementY (double a)
 
bool hasElementY () const
 
void clearElementY ()
 
double elementWidth () const
 
void setElementWidth (double a)
 
bool hasElementWidth () const
 
void clearElementWidth ()
 
double elementHeight () const
 
void setElementHeight (double a)
 
bool hasElementHeight () const
 
void clearElementHeight ()
 

Detailed Description

Definition at line 2317 of file ui4.h.

Constructor & Destructor Documentation

◆ DomRectF()

DomRectF::DomRectF ( )
default

◆ ~DomRectF()

DomRectF::~DomRectF ( )
default

Member Function Documentation

◆ clearElementHeight()

void DomRectF::clearElementHeight ( )

Definition at line 4660 of file ui4.cpp.

◆ clearElementWidth()

void DomRectF::clearElementWidth ( )

Definition at line 4655 of file ui4.cpp.

◆ clearElementX()

void DomRectF::clearElementX ( )

Definition at line 4645 of file ui4.cpp.

◆ clearElementY()

void DomRectF::clearElementY ( )

Definition at line 4650 of file ui4.cpp.

◆ elementHeight()

double DomRectF::elementHeight ( ) const
inline

Definition at line 2342 of file ui4.h.

◆ elementWidth()

double DomRectF::elementWidth ( ) const
inline

Definition at line 2337 of file ui4.h.

◆ elementX()

double DomRectF::elementX ( ) const
inline

Definition at line 2327 of file ui4.h.

◆ elementY()

double DomRectF::elementY ( ) const
inline

Definition at line 2332 of file ui4.h.

◆ hasElementHeight()

bool DomRectF::hasElementHeight ( ) const
inline

Definition at line 2344 of file ui4.h.

◆ hasElementWidth()

bool DomRectF::hasElementWidth ( ) const
inline

Definition at line 2339 of file ui4.h.

◆ hasElementX()

bool DomRectF::hasElementX ( ) const
inline

Definition at line 2329 of file ui4.h.

References X.

◆ hasElementY()

bool DomRectF::hasElementY ( ) const
inline

Definition at line 2334 of file ui4.h.

◆ read()

void DomRectF::read ( QXmlStreamReader & reader)

Definition at line 4569 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setElementHeight()

void DomRectF::setElementHeight ( double a)

Definition at line 4639 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementWidth()

void DomRectF::setElementWidth ( double a)

Definition at line 4633 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementX()

void DomRectF::setElementX ( double a)

Definition at line 4621 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementY()

void DomRectF::setElementY ( double a)

Definition at line 4627 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ write()

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

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