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
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 ()
 
 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() [1/2]

DomConnection::DomConnection ( )
default

◆ ~DomConnection() [1/2]

DomConnection::~DomConnection ( )

Definition at line 5711 of file ui4.cpp.

◆ DomConnection() [2/2]

DomConnection::DomConnection ( )
default

◆ ~DomConnection() [2/2]

DomConnection::~DomConnection ( )

Member Function Documentation

◆ clearElementHints() [1/2]

void DomConnection::clearElementHints ( )

Definition at line 5836 of file ui4.cpp.

◆ clearElementHints() [2/2]

void DomConnection::clearElementHints ( )

◆ clearElementReceiver() [1/2]

void DomConnection::clearElementReceiver ( )

Definition at line 5826 of file ui4.cpp.

◆ clearElementReceiver() [2/2]

void DomConnection::clearElementReceiver ( )

◆ clearElementSender() [1/2]

void DomConnection::clearElementSender ( )

Definition at line 5816 of file ui4.cpp.

◆ clearElementSender() [2/2]

void DomConnection::clearElementSender ( )

◆ clearElementSignal() [1/2]

void DomConnection::clearElementSignal ( )

Definition at line 5821 of file ui4.cpp.

◆ clearElementSignal() [2/2]

void DomConnection::clearElementSignal ( )

◆ clearElementSlot() [1/2]

void DomConnection::clearElementSlot ( )

Definition at line 5831 of file ui4.cpp.

◆ clearElementSlot() [2/2]

void DomConnection::clearElementSlot ( )

◆ elementHints() [1/2]

DomConnectionHints * DomConnection::elementHints ( ) const
inline

Definition at line 2695 of file ui4.h.

◆ elementHints() [2/2]

DomConnectionHints * DomConnection::elementHints ( ) const
inline

Definition at line 2695 of file ui4_p.h.

◆ elementReceiver() [1/2]

QString DomConnection::elementReceiver ( ) const
inline

Definition at line 2685 of file ui4.h.

◆ elementReceiver() [2/2]

QString DomConnection::elementReceiver ( ) const
inline

Definition at line 2685 of file ui4_p.h.

◆ elementSender() [1/2]

QString DomConnection::elementSender ( ) const
inline

Definition at line 2675 of file ui4.h.

◆ elementSender() [2/2]

QString DomConnection::elementSender ( ) const
inline

Definition at line 2675 of file ui4_p.h.

◆ elementSignal() [1/2]

QString DomConnection::elementSignal ( ) const
inline

Definition at line 2680 of file ui4.h.

◆ elementSignal() [2/2]

QString DomConnection::elementSignal ( ) const
inline

Definition at line 2680 of file ui4_p.h.

◆ elementSlot() [1/2]

QString DomConnection::elementSlot ( ) const
inline

Definition at line 2690 of file ui4.h.

◆ elementSlot() [2/2]

QString DomConnection::elementSlot ( ) const
inline

Definition at line 2690 of file ui4_p.h.

◆ hasElementHints() [1/2]

bool DomConnection::hasElementHints ( ) const
inline

Definition at line 2698 of file ui4.h.

◆ hasElementHints() [2/2]

bool DomConnection::hasElementHints ( ) const
inline

Definition at line 2698 of file ui4_p.h.

◆ hasElementReceiver() [1/2]

bool DomConnection::hasElementReceiver ( ) const
inline

Definition at line 2687 of file ui4.h.

◆ hasElementReceiver() [2/2]

bool DomConnection::hasElementReceiver ( ) const
inline

Definition at line 2687 of file ui4_p.h.

◆ hasElementSender() [1/2]

bool DomConnection::hasElementSender ( ) const
inline

Definition at line 2677 of file ui4.h.

◆ hasElementSender() [2/2]

bool DomConnection::hasElementSender ( ) const
inline

Definition at line 2677 of file ui4_p.h.

◆ hasElementSignal() [1/2]

bool DomConnection::hasElementSignal ( ) const
inline

Definition at line 2682 of file ui4.h.

◆ hasElementSignal() [2/2]

bool DomConnection::hasElementSignal ( ) const
inline

Definition at line 2682 of file ui4_p.h.

◆ hasElementSlot() [1/2]

bool DomConnection::hasElementSlot ( ) const
inline

Definition at line 2692 of file ui4.h.

◆ hasElementSlot() [2/2]

bool DomConnection::hasElementSlot ( ) const
inline

Definition at line 2692 of file ui4_p.h.

◆ read() [1/2]

void DomConnection::read ( QXmlStreamReader & reader)

Definition at line 5716 of file ui4.cpp.

◆ read() [2/2]

void DomConnection::read ( QXmlStreamReader & reader)

◆ setElementHints() [1/2]

void DomConnection::setElementHints ( DomConnectionHints * a)

Definition at line 5809 of file ui4.cpp.

◆ setElementHints() [2/2]

void DomConnection::setElementHints ( DomConnectionHints * a)

◆ setElementReceiver() [1/2]

void DomConnection::setElementReceiver ( const QString & a)

Definition at line 5789 of file ui4.cpp.

◆ setElementReceiver() [2/2]

void DomConnection::setElementReceiver ( const QString & a)

◆ setElementSender() [1/2]

void DomConnection::setElementSender ( const QString & a)

Definition at line 5777 of file ui4.cpp.

◆ setElementSender() [2/2]

void DomConnection::setElementSender ( const QString & a)

◆ setElementSignal() [1/2]

void DomConnection::setElementSignal ( const QString & a)

Definition at line 5783 of file ui4.cpp.

◆ setElementSignal() [2/2]

void DomConnection::setElementSignal ( const QString & a)

◆ setElementSlot() [1/2]

void DomConnection::setElementSlot ( const QString & a)

Definition at line 5795 of file ui4.cpp.

◆ setElementSlot() [2/2]

void DomConnection::setElementSlot ( const QString & a)

◆ takeElementHints() [1/2]

DomConnectionHints * DomConnection::takeElementHints ( )

Definition at line 5801 of file ui4.cpp.

◆ takeElementHints() [2/2]

DomConnectionHints * DomConnection::takeElementHints ( )

◆ write() [1/2]

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

Definition at line 5755 of file ui4.cpp.

◆ write() [2/2]

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

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