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

#include <ui4.h>

+ Collaboration diagram for DomConnections:

Public Member Functions

 DomConnections ()=default
 
 ~DomConnections ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
QList< DomConnection * > elementConnection () const
 
void setElementConnection (const QList< DomConnection * > &a)
 

Detailed Description

Definition at line 2641 of file ui4.h.

Constructor & Destructor Documentation

◆ DomConnections()

DomConnections::DomConnections ( )
default

◆ ~DomConnections()

DomConnections::~DomConnections ( )

Definition at line 5665 of file ui4.cpp.

References QList< T >::clear(), and qDeleteAll().

+ Here is the call graph for this function:

Member Function Documentation

◆ elementConnection()

QList< DomConnection * > DomConnections::elementConnection ( ) const
inline

Definition at line 2651 of file ui4.h.

Referenced by TreeWalker::acceptConnections().

+ Here is the caller graph for this function:

◆ read()

void DomConnections::read ( QXmlStreamReader & reader)

Definition at line 5671 of file ui4.cpp.

References QList< T >::append(), Qt::CaseInsensitive, and tag.

+ Here is the call graph for this function:

◆ setElementConnection()

void DomConnections::setElementConnection ( const QList< DomConnection * > & a)

Definition at line 5704 of file ui4.cpp.

◆ write()

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

Definition at line 5694 of file ui4.cpp.

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

Referenced by DomUI::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: