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

#include <ui4.h>

+ Collaboration diagram for DomConnectionHint:

Public Member Functions

 DomConnectionHint ()=default
 
 ~DomConnectionHint ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
bool hasAttributeType () const
 
QString attributeType () const
 
void setAttributeType (const QString &a)
 
void clearAttributeType ()
 
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 2744 of file ui4.h.

Constructor & Destructor Documentation

◆ DomConnectionHint()

DomConnectionHint::DomConnectionHint ( )
default

◆ ~DomConnectionHint()

DomConnectionHint::~DomConnectionHint ( )
default

Member Function Documentation

◆ attributeType()

QString DomConnectionHint::attributeType ( ) const
inline

Definition at line 2755 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ clearAttributeType()

void DomConnectionHint::clearAttributeType ( )
inline

Definition at line 2757 of file ui4.h.

◆ clearElementX()

void DomConnectionHint::clearElementX ( )

Definition at line 5952 of file ui4.cpp.

◆ clearElementY()

void DomConnectionHint::clearElementY ( )

Definition at line 5957 of file ui4.cpp.

◆ elementX()

int DomConnectionHint::elementX ( ) const
inline

Definition at line 2760 of file ui4.h.

◆ elementY()

int DomConnectionHint::elementY ( ) const
inline

Definition at line 2765 of file ui4.h.

◆ hasAttributeType()

bool DomConnectionHint::hasAttributeType ( ) const
inline

Definition at line 2754 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasElementX()

bool DomConnectionHint::hasElementX ( ) const
inline

Definition at line 2762 of file ui4.h.

References X.

◆ hasElementY()

bool DomConnectionHint::hasElementY ( ) const
inline

Definition at line 2767 of file ui4.h.

◆ read()

void DomConnectionHint::read ( QXmlStreamReader & reader)

Definition at line 5889 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setAttributeType()

void DomConnectionHint::setAttributeType ( const QString & a)
inline

Definition at line 2756 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementX()

void DomConnectionHint::setElementX ( int a)

Definition at line 5940 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementY()

void DomConnectionHint::setElementY ( int a)

Definition at line 5946 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ write()

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

Definition at line 5924 of file ui4.cpp.

References attributeType(), hasAttributeType(), QString::isEmpty(), QString::number(), QStringLiteral, and QString::toLower().

+ Here is the call graph for this function:

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