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
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 ()
 

Detailed Description

Definition at line 1691 of file ui4.h.

Constructor & Destructor Documentation

◆ DomPoint()

DomPoint::DomPoint ( )
default

◆ ~DomPoint()

DomPoint::~DomPoint ( )
default

Member Function Documentation

◆ clearElementX()

void DomPoint::clearElementX ( )

Definition at line 3370 of file ui4.cpp.

◆ clearElementY()

void DomPoint::clearElementY ( )

Definition at line 3375 of file ui4.cpp.

◆ elementX()

int DomPoint::elementX ( ) const
inline

Definition at line 1701 of file ui4.h.

◆ elementY()

int DomPoint::elementY ( ) const
inline

Definition at line 1706 of file ui4.h.

◆ hasElementX()

bool DomPoint::hasElementX ( ) const
inline

Definition at line 1703 of file ui4.h.

References X.

◆ hasElementY()

bool DomPoint::hasElementY ( ) const
inline

Definition at line 1708 of file ui4.h.

◆ read()

void DomPoint::read ( QXmlStreamReader & reader)

Definition at line 3320 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setElementX()

void DomPoint::setElementX ( int a)

Definition at line 3358 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementY()

void DomPoint::setElementY ( int a)

Definition at line 3364 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ write()

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

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