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

#include <ui4.h>

+ Collaboration diagram for DomConnection:

Public Member Functions

 DomConnection ()=default
 
 ~DomConnection ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
QString elementSender () const
 
void setElementSender (const QString &a)
 
bool hasElementSender () const
 
void clearElementSender ()
 
QString elementSignal () const
 
void setElementSignal (const QString &a)
 
bool hasElementSignal () const
 
void clearElementSignal ()
 
QString elementReceiver () const
 
void setElementReceiver (const QString &a)
 
bool hasElementReceiver () const
 
void clearElementReceiver ()
 
QString elementSlot () const
 
void setElementSlot (const QString &a)
 
bool hasElementSlot () const
 
void clearElementSlot ()
 
DomConnectionHintselementHints () const
 
DomConnectionHintstakeElementHints ()
 
void setElementHints (DomConnectionHints *a)
 
bool hasElementHints () const
 
void clearElementHints ()
 

Detailed Description

Definition at line 2665 of file ui4.h.

Constructor & Destructor Documentation

◆ DomConnection()

DomConnection::DomConnection ( )
default

◆ ~DomConnection()

DomConnection::~DomConnection ( )

Definition at line 5710 of file ui4.cpp.

Member Function Documentation

◆ clearElementHints()

void DomConnection::clearElementHints ( )

Definition at line 5835 of file ui4.cpp.

◆ clearElementReceiver()

void DomConnection::clearElementReceiver ( )

Definition at line 5825 of file ui4.cpp.

◆ clearElementSender()

void DomConnection::clearElementSender ( )

Definition at line 5815 of file ui4.cpp.

◆ clearElementSignal()

void DomConnection::clearElementSignal ( )

Definition at line 5820 of file ui4.cpp.

◆ clearElementSlot()

void DomConnection::clearElementSlot ( )

Definition at line 5830 of file ui4.cpp.

◆ elementHints()

DomConnectionHints * DomConnection::elementHints ( ) const
inline

Definition at line 2695 of file ui4.h.

◆ elementReceiver()

QString DomConnection::elementReceiver ( ) const
inline

Definition at line 2685 of file ui4.h.

◆ elementSender()

QString DomConnection::elementSender ( ) const
inline

Definition at line 2675 of file ui4.h.

◆ elementSignal()

QString DomConnection::elementSignal ( ) const
inline

Definition at line 2680 of file ui4.h.

◆ elementSlot()

QString DomConnection::elementSlot ( ) const
inline

Definition at line 2690 of file ui4.h.

◆ hasElementHints()

bool DomConnection::hasElementHints ( ) const
inline

Definition at line 2698 of file ui4.h.

◆ hasElementReceiver()

bool DomConnection::hasElementReceiver ( ) const
inline

Definition at line 2687 of file ui4.h.

◆ hasElementSender()

bool DomConnection::hasElementSender ( ) const
inline

Definition at line 2677 of file ui4.h.

◆ hasElementSignal()

bool DomConnection::hasElementSignal ( ) const
inline

Definition at line 2682 of file ui4.h.

◆ hasElementSlot()

bool DomConnection::hasElementSlot ( ) const
inline

Definition at line 2692 of file ui4.h.

◆ read()

void DomConnection::read ( QXmlStreamReader & reader)

Definition at line 5715 of file ui4.cpp.

References Qt::CaseInsensitive, setElementHints(), setElementReceiver(), setElementSender(), setElementSignal(), setElementSlot(), and tag.

+ Here is the call graph for this function:

◆ setElementHints()

void DomConnection::setElementHints ( DomConnectionHints * a)

Definition at line 5808 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementReceiver()

void DomConnection::setElementReceiver ( const QString & a)

Definition at line 5788 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementSender()

void DomConnection::setElementSender ( const QString & a)

Definition at line 5776 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementSignal()

void DomConnection::setElementSignal ( const QString & a)

Definition at line 5782 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementSlot()

void DomConnection::setElementSlot ( const QString & a)

Definition at line 5794 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ takeElementHints()

DomConnectionHints * DomConnection::takeElementHints ( )

Definition at line 5800 of file ui4.cpp.

◆ write()

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

Definition at line 5754 of file ui4.cpp.

References QString::isEmpty(), QStringLiteral, QString::toLower(), and DomConnectionHints::write().

+ Here is the call graph for this function:

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