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

#include <ui4.h>

+ Collaboration diagram for DomRow:

Public Member Functions

 DomRow ()=default
 
 ~DomRow ()
 
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 990 of file ui4.h.

Constructor & Destructor Documentation

◆ DomRow()

DomRow::DomRow ( )
default

◆ ~DomRow()

DomRow::~DomRow ( )

Definition at line 1880 of file ui4.cpp.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ elementProperty()

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

Definition at line 1000 of file ui4.h.

◆ read()

void DomRow::read ( QXmlStreamReader &  reader)

Definition at line 1886 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setElementProperty()

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

Definition at line 1919 of file ui4.cpp.

◆ write()

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

Definition at line 1909 of file ui4.cpp.

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

+ Here is the call graph for this function:

The documentation for this class was generated from the following files: