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

#include <ui4.h>

Collaboration diagram for DomPoint:

Public Member Functions

 DomPoint ()=default
 ~DomPoint ()
void read (QXmlStreamReader &reader)
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
int elementX () const
void setElementX (int a)
bool hasElementX () const
void clearElementX ()
int elementY () const
void setElementY (int a)
bool hasElementY () const
void clearElementY ()
 DomPoint ()=default
 ~DomPoint ()
void read (QXmlStreamReader &reader)
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
int elementX () const
void setElementX (int a)
bool hasElementX () const
void clearElementX ()
int elementY () const
void setElementY (int a)
bool hasElementY () const
void clearElementY ()

Detailed Description

Definition at line 1699 of file ui4.h.

Constructor & Destructor Documentation

◆ DomPoint() [1/2]

DomPoint::DomPoint ( )
default

◆ ~DomPoint() [1/2]

DomPoint::~DomPoint ( )
default

◆ DomPoint() [2/2]

DomPoint::DomPoint ( )
default

◆ ~DomPoint() [2/2]

DomPoint::~DomPoint ( )

Member Function Documentation

◆ clearElementX() [1/2]

void DomPoint::clearElementX ( )

Definition at line 3378 of file ui4.cpp.

◆ clearElementX() [2/2]

void DomPoint::clearElementX ( )

◆ clearElementY() [1/2]

void DomPoint::clearElementY ( )

Definition at line 3383 of file ui4.cpp.

◆ clearElementY() [2/2]

void DomPoint::clearElementY ( )

◆ elementX() [1/2]

int DomPoint::elementX ( ) const
inline

Definition at line 1709 of file ui4.h.

◆ elementX() [2/2]

int DomPoint::elementX ( ) const
inline

Definition at line 1709 of file ui4_p.h.

◆ elementY() [1/2]

int DomPoint::elementY ( ) const
inline

Definition at line 1714 of file ui4.h.

◆ elementY() [2/2]

int DomPoint::elementY ( ) const
inline

Definition at line 1714 of file ui4_p.h.

◆ hasElementX() [1/2]

bool DomPoint::hasElementX ( ) const
inline

Definition at line 1711 of file ui4.h.

◆ hasElementX() [2/2]

bool DomPoint::hasElementX ( ) const
inline

Definition at line 1711 of file ui4_p.h.

◆ hasElementY() [1/2]

bool DomPoint::hasElementY ( ) const
inline

Definition at line 1716 of file ui4.h.

◆ hasElementY() [2/2]

bool DomPoint::hasElementY ( ) const
inline

Definition at line 1716 of file ui4_p.h.

◆ read() [1/2]

void DomPoint::read ( QXmlStreamReader & reader)

Definition at line 3328 of file ui4.cpp.

◆ read() [2/2]

void DomPoint::read ( QXmlStreamReader & reader)

◆ setElementX() [1/2]

void DomPoint::setElementX ( int a)

Definition at line 3366 of file ui4.cpp.

◆ setElementX() [2/2]

void DomPoint::setElementX ( int a)

◆ setElementY() [1/2]

void DomPoint::setElementY ( int a)

Definition at line 3372 of file ui4.cpp.

◆ setElementY() [2/2]

void DomPoint::setElementY ( int a)

◆ write() [1/2]

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

Definition at line 3353 of file ui4.cpp.

◆ write() [2/2]

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

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