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

#include <ui4.h>

+ Collaboration diagram for DomIncludes:

Public Member Functions

 DomIncludes ()=default
 
 ~DomIncludes ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
QList< DomInclude * > elementInclude () const
 
void setElementInclude (const QList< DomInclude * > &a)
 

Detailed Description

Definition at line 315 of file ui4.h.

Constructor & Destructor Documentation

◆ DomIncludes()

DomIncludes::DomIncludes ( )
default

◆ ~DomIncludes()

DomIncludes::~DomIncludes ( )

Definition at line 551 of file ui4.cpp.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ elementInclude()

QList< DomInclude * > DomIncludes::elementInclude ( ) const
inline

Definition at line 325 of file ui4.h.

Referenced by TreeWalker::acceptIncludes().

+ Here is the caller graph for this function:

◆ read()

void DomIncludes::read ( QXmlStreamReader & reader)

Definition at line 557 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setElementInclude()

void DomIncludes::setElementInclude ( const QList< DomInclude * > & a)

Definition at line 590 of file ui4.cpp.

◆ write()

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

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