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
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 ()
 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 2292 of file ui4.h.

Constructor & Destructor Documentation

◆ DomPointF() [1/2]

DomPointF::DomPointF ( )
default

◆ ~DomPointF() [1/2]

DomPointF::~DomPointF ( )
default

◆ DomPointF() [2/2]

DomPointF::DomPointF ( )
default

◆ ~DomPointF() [2/2]

DomPointF::~DomPointF ( )

Member Function Documentation

◆ clearElementX() [1/2]

void DomPointF::clearElementX ( )

Definition at line 4565 of file ui4.cpp.

◆ clearElementX() [2/2]

void DomPointF::clearElementX ( )

◆ clearElementY() [1/2]

void DomPointF::clearElementY ( )

Definition at line 4570 of file ui4.cpp.

◆ clearElementY() [2/2]

void DomPointF::clearElementY ( )

◆ elementX() [1/2]

double DomPointF::elementX ( ) const
inline

Definition at line 2302 of file ui4.h.

◆ elementX() [2/2]

double DomPointF::elementX ( ) const
inline

Definition at line 2302 of file ui4_p.h.

◆ elementY() [1/2]

double DomPointF::elementY ( ) const
inline

Definition at line 2307 of file ui4.h.

◆ elementY() [2/2]

double DomPointF::elementY ( ) const
inline

Definition at line 2307 of file ui4_p.h.

◆ hasElementX() [1/2]

bool DomPointF::hasElementX ( ) const
inline

Definition at line 2304 of file ui4.h.

◆ hasElementX() [2/2]

bool DomPointF::hasElementX ( ) const
inline

Definition at line 2304 of file ui4_p.h.

◆ hasElementY() [1/2]

bool DomPointF::hasElementY ( ) const
inline

Definition at line 2309 of file ui4.h.

◆ hasElementY() [2/2]

bool DomPointF::hasElementY ( ) const
inline

Definition at line 2309 of file ui4_p.h.

◆ read() [1/2]

void DomPointF::read ( QXmlStreamReader & reader)

Definition at line 4515 of file ui4.cpp.

◆ read() [2/2]

void DomPointF::read ( QXmlStreamReader & reader)

◆ setElementX() [1/2]

void DomPointF::setElementX ( double a)

Definition at line 4553 of file ui4.cpp.

◆ setElementX() [2/2]

void DomPointF::setElementX ( double a)

◆ setElementY() [1/2]

void DomPointF::setElementY ( double a)

Definition at line 4559 of file ui4.cpp.

◆ setElementY() [2/2]

void DomPointF::setElementY ( double a)

◆ write() [1/2]

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

Definition at line 4540 of file ui4.cpp.

◆ write() [2/2]

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

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