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

#include <ui4.h>

+ Collaboration diagram for DomDesignerData:

Public Member Functions

 DomDesignerData ()=default
 
 ~DomDesignerData ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
QList< DomProperty * > elementProperty () const
 
void setElementProperty (const QList< DomProperty * > &a)
 

Detailed Description

Definition at line 2786 of file ui4.h.

Constructor & Destructor Documentation

◆ DomDesignerData()

DomDesignerData::DomDesignerData ( )
default

◆ ~DomDesignerData()

DomDesignerData::~DomDesignerData ( )

Definition at line 5962 of file ui4.cpp.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ elementProperty()

QList< DomProperty * > DomDesignerData::elementProperty ( ) const
inline

Definition at line 2796 of file ui4.h.

◆ read()

void DomDesignerData::read ( QXmlStreamReader & reader)

Definition at line 5968 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setElementProperty()

void DomDesignerData::setElementProperty ( const QList< DomProperty * > & a)

Definition at line 6001 of file ui4.cpp.

◆ write()

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

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