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

#include <ui4.h>

+ Collaboration diagram for DomPropertySpecifications:

Public Member Functions

 DomPropertySpecifications ()=default
 
 ~DomPropertySpecifications ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
QList< DomPropertyToolTip * > elementTooltip () const
 
void setElementTooltip (const QList< DomPropertyToolTip * > &a)
 
QList< DomStringPropertySpecification * > elementStringpropertyspecification () const
 
void setElementStringpropertyspecification (const QList< DomStringPropertySpecification * > &a)
 

Detailed Description

Definition at line 2839 of file ui4.h.

Constructor & Destructor Documentation

◆ DomPropertySpecifications()

DomPropertySpecifications::DomPropertySpecifications ( )
default

◆ ~DomPropertySpecifications()

DomPropertySpecifications::~DomPropertySpecifications ( )

Definition at line 6063 of file ui4.cpp.

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

+ Here is the call graph for this function:

Member Function Documentation

◆ elementStringpropertyspecification()

QList< DomStringPropertySpecification * > DomPropertySpecifications::elementStringpropertyspecification ( ) const
inline

Definition at line 2852 of file ui4.h.

◆ elementTooltip()

QList< DomPropertyToolTip * > DomPropertySpecifications::elementTooltip ( ) const
inline

Definition at line 2849 of file ui4.h.

◆ read()

void DomPropertySpecifications::read ( QXmlStreamReader & reader)

Definition at line 6071 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setElementStringpropertyspecification()

void DomPropertySpecifications::setElementStringpropertyspecification ( const QList< DomStringPropertySpecification * > & a)

Definition at line 6119 of file ui4.cpp.

◆ setElementTooltip()

void DomPropertySpecifications::setElementTooltip ( const QList< DomPropertyToolTip * > & a)

Definition at line 6113 of file ui4.cpp.

◆ write()

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

Definition at line 6100 of file ui4.cpp.

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

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