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

#include <ui4.h>

+ Collaboration diagram for DomCustomWidgets:

Public Member Functions

 DomCustomWidgets ()=default
 
 ~DomCustomWidgets ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
QList< DomCustomWidget * > elementCustomWidget () const
 
void setElementCustomWidget (const QList< DomCustomWidget * > &a)
 

Detailed Description

Definition at line 604 of file ui4.h.

Constructor & Destructor Documentation

◆ DomCustomWidgets()

DomCustomWidgets::DomCustomWidgets ( )
default

◆ ~DomCustomWidgets()

DomCustomWidgets::~DomCustomWidgets ( )

Definition at line 1096 of file ui4.cpp.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ elementCustomWidget()

QList< DomCustomWidget * > DomCustomWidgets::elementCustomWidget ( ) const
inline

Definition at line 614 of file ui4.h.

Referenced by TreeWalker::acceptCustomWidgets().

+ Here is the caller graph for this function:

◆ read()

void DomCustomWidgets::read ( QXmlStreamReader &  reader)

Definition at line 1102 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setElementCustomWidget()

void DomCustomWidgets::setElementCustomWidget ( const QList< DomCustomWidget * > &  a)

Definition at line 1135 of file ui4.cpp.

◆ write()

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

Definition at line 1125 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: