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

#include <ui4.h>

+ Collaboration diagram for DomSizeF:

Public Member Functions

 DomSizeF ()=default
 
 ~DomSizeF ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
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 2364 of file ui4.h.

Constructor & Destructor Documentation

◆ DomSizeF()

DomSizeF::DomSizeF ( )
default

◆ ~DomSizeF()

DomSizeF::~DomSizeF ( )
default

Member Function Documentation

◆ clearElementHeight()

void DomSizeF::clearElementHeight ( )

Definition at line 4722 of file ui4.cpp.

◆ clearElementWidth()

void DomSizeF::clearElementWidth ( )

Definition at line 4717 of file ui4.cpp.

◆ elementHeight()

double DomSizeF::elementHeight ( ) const
inline

Definition at line 2379 of file ui4.h.

◆ elementWidth()

double DomSizeF::elementWidth ( ) const
inline

Definition at line 2374 of file ui4.h.

◆ hasElementHeight()

bool DomSizeF::hasElementHeight ( ) const
inline

Definition at line 2381 of file ui4.h.

◆ hasElementWidth()

bool DomSizeF::hasElementWidth ( ) const
inline

Definition at line 2376 of file ui4.h.

◆ read()

void DomSizeF::read ( QXmlStreamReader & reader)

Definition at line 4667 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setElementHeight()

void DomSizeF::setElementHeight ( double a)

Definition at line 4711 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementWidth()

void DomSizeF::setElementWidth ( double a)

Definition at line 4705 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ write()

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

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