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

#include <ui4.h>

+ Collaboration diagram for DomPointF:

Public Member Functions

 DomPointF ()=default
 
 ~DomPointF ()
 
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 ()
 

Detailed Description

Definition at line 2284 of file ui4.h.

Constructor & Destructor Documentation

◆ DomPointF()

DomPointF::DomPointF ( )
default

◆ ~DomPointF()

DomPointF::~DomPointF ( )
default

Member Function Documentation

◆ clearElementX()

void DomPointF::clearElementX ( )

Definition at line 4557 of file ui4.cpp.

◆ clearElementY()

void DomPointF::clearElementY ( )

Definition at line 4562 of file ui4.cpp.

◆ elementX()

double DomPointF::elementX ( ) const
inline

Definition at line 2294 of file ui4.h.

◆ elementY()

double DomPointF::elementY ( ) const
inline

Definition at line 2299 of file ui4.h.

◆ hasElementX()

bool DomPointF::hasElementX ( ) const
inline

Definition at line 2296 of file ui4.h.

References X.

◆ hasElementY()

bool DomPointF::hasElementY ( ) const
inline

Definition at line 2301 of file ui4.h.

◆ read()

void DomPointF::read ( QXmlStreamReader & reader)

Definition at line 4507 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setElementX()

void DomPointF::setElementX ( double a)

Definition at line 4545 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementY()

void DomPointF::setElementY ( double a)

Definition at line 4551 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ write()

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

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