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
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 ()
 
 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() [1/2]

DomRectF::DomRectF ( )
default

◆ ~DomRectF() [1/2]

DomRectF::~DomRectF ( )
default

◆ DomRectF() [2/2]

DomRectF::DomRectF ( )
default

◆ ~DomRectF() [2/2]

DomRectF::~DomRectF ( )

Member Function Documentation

◆ clearElementHeight() [1/2]

void DomRectF::clearElementHeight ( )

Definition at line 4661 of file ui4.cpp.

◆ clearElementHeight() [2/2]

void DomRectF::clearElementHeight ( )

◆ clearElementWidth() [1/2]

void DomRectF::clearElementWidth ( )

Definition at line 4656 of file ui4.cpp.

◆ clearElementWidth() [2/2]

void DomRectF::clearElementWidth ( )

◆ clearElementX() [1/2]

void DomRectF::clearElementX ( )

Definition at line 4646 of file ui4.cpp.

◆ clearElementX() [2/2]

void DomRectF::clearElementX ( )

◆ clearElementY() [1/2]

void DomRectF::clearElementY ( )

Definition at line 4651 of file ui4.cpp.

◆ clearElementY() [2/2]

void DomRectF::clearElementY ( )

◆ elementHeight() [1/2]

double DomRectF::elementHeight ( ) const
inline

Definition at line 2342 of file ui4.h.

◆ elementHeight() [2/2]

double DomRectF::elementHeight ( ) const
inline

Definition at line 2342 of file ui4_p.h.

◆ elementWidth() [1/2]

double DomRectF::elementWidth ( ) const
inline

Definition at line 2337 of file ui4.h.

◆ elementWidth() [2/2]

double DomRectF::elementWidth ( ) const
inline

Definition at line 2337 of file ui4_p.h.

◆ elementX() [1/2]

double DomRectF::elementX ( ) const
inline

Definition at line 2327 of file ui4.h.

◆ elementX() [2/2]

double DomRectF::elementX ( ) const
inline

Definition at line 2327 of file ui4_p.h.

◆ elementY() [1/2]

double DomRectF::elementY ( ) const
inline

Definition at line 2332 of file ui4.h.

◆ elementY() [2/2]

double DomRectF::elementY ( ) const
inline

Definition at line 2332 of file ui4_p.h.

◆ hasElementHeight() [1/2]

bool DomRectF::hasElementHeight ( ) const
inline

Definition at line 2344 of file ui4.h.

◆ hasElementHeight() [2/2]

bool DomRectF::hasElementHeight ( ) const
inline

Definition at line 2344 of file ui4_p.h.

◆ hasElementWidth() [1/2]

bool DomRectF::hasElementWidth ( ) const
inline

Definition at line 2339 of file ui4.h.

◆ hasElementWidth() [2/2]

bool DomRectF::hasElementWidth ( ) const
inline

Definition at line 2339 of file ui4_p.h.

◆ hasElementX() [1/2]

bool DomRectF::hasElementX ( ) const
inline

Definition at line 2329 of file ui4.h.

◆ hasElementX() [2/2]

bool DomRectF::hasElementX ( ) const
inline

Definition at line 2329 of file ui4_p.h.

◆ hasElementY() [1/2]

bool DomRectF::hasElementY ( ) const
inline

Definition at line 2334 of file ui4.h.

◆ hasElementY() [2/2]

bool DomRectF::hasElementY ( ) const
inline

Definition at line 2334 of file ui4_p.h.

◆ read() [1/2]

void DomRectF::read ( QXmlStreamReader & reader)

Definition at line 4570 of file ui4.cpp.

◆ read() [2/2]

void DomRectF::read ( QXmlStreamReader & reader)

◆ setElementHeight() [1/2]

void DomRectF::setElementHeight ( double a)

Definition at line 4640 of file ui4.cpp.

◆ setElementHeight() [2/2]

void DomRectF::setElementHeight ( double a)

◆ setElementWidth() [1/2]

void DomRectF::setElementWidth ( double a)

Definition at line 4634 of file ui4.cpp.

◆ setElementWidth() [2/2]

void DomRectF::setElementWidth ( double a)

◆ setElementX() [1/2]

void DomRectF::setElementX ( double a)

Definition at line 4622 of file ui4.cpp.

◆ setElementX() [2/2]

void DomRectF::setElementX ( double a)

◆ setElementY() [1/2]

void DomRectF::setElementY ( double a)

Definition at line 4628 of file ui4.cpp.

◆ setElementY() [2/2]

void DomRectF::setElementY ( double a)

◆ write() [1/2]

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

Definition at line 4603 of file ui4.cpp.

◆ write() [2/2]

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

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