Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
DomConnectionHints Class Reference

#include <ui4.h>

+ Collaboration diagram for DomConnectionHints:

Public Member Functions

 DomConnectionHints ()=default
 
 ~DomConnectionHints ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
QList< DomConnectionHint * > elementHint () const
 
void setElementHint (const QList< DomConnectionHint * > &a)
 

Detailed Description

Definition at line 2720 of file ui4.h.

Constructor & Destructor Documentation

◆ DomConnectionHints()

DomConnectionHints::DomConnectionHints ( )
default

◆ ~DomConnectionHints()

DomConnectionHints::~DomConnectionHints ( )

Definition at line 5842 of file ui4.cpp.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ elementHint()

QList< DomConnectionHint * > DomConnectionHints::elementHint ( ) const
inline

Definition at line 2730 of file ui4.h.

Referenced by TreeWalker::acceptConnectionHints().

+ Here is the caller graph for this function:

◆ read()

void DomConnectionHints::read ( QXmlStreamReader &  reader)

Definition at line 5848 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setElementHint()

void DomConnectionHints::setElementHint ( const QList< DomConnectionHint * > &  a)

Definition at line 5881 of file ui4.cpp.

◆ write()

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

Definition at line 5871 of file ui4.cpp.

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

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