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

#include <ui4.h>

+ Collaboration diagram for DomSlots:

Public Member Functions

 DomSlots ()=default
 
 ~DomSlots ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
QStringList elementSignal () const
 
void setElementSignal (const QStringList &a)
 
QStringList elementSlot () const
 
void setElementSlot (const QStringList &a)
 

Detailed Description

Definition at line 2810 of file ui4.h.

Constructor & Destructor Documentation

◆ DomSlots()

DomSlots::DomSlots ( )
default

◆ ~DomSlots()

DomSlots::~DomSlots ( )

Definition at line 6007 of file ui4.cpp.

Member Function Documentation

◆ elementSignal()

QStringList DomSlots::elementSignal ( ) const
inline

Definition at line 2820 of file ui4.h.

◆ elementSlot()

QStringList DomSlots::elementSlot ( ) const
inline

Definition at line 2823 of file ui4.h.

◆ read()

void DomSlots::read ( QXmlStreamReader & reader)

Definition at line 6013 of file ui4.cpp.

References Qt::CaseInsensitive, and tag.

◆ setElementSignal()

void DomSlots::setElementSignal ( const QStringList & a)

Definition at line 6051 of file ui4.cpp.

◆ setElementSlot()

void DomSlots::setElementSlot ( const QStringList & a)

Definition at line 6057 of file ui4.cpp.

◆ write()

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

Definition at line 6038 of file ui4.cpp.

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

Referenced by DomUI::write(), and 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: