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

#include <ui4.h>

+ Collaboration diagram for DomCustomWidget:

Public Member Functions

 DomCustomWidget ()=default
 
 ~DomCustomWidget ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
QString elementClass () const
 
void setElementClass (const QString &a)
 
bool hasElementClass () const
 
void clearElementClass ()
 
QString elementExtends () const
 
void setElementExtends (const QString &a)
 
bool hasElementExtends () const
 
void clearElementExtends ()
 
DomHeaderelementHeader () const
 
DomHeadertakeElementHeader ()
 
void setElementHeader (DomHeader *a)
 
bool hasElementHeader () const
 
void clearElementHeader ()
 
DomSizeelementSizeHint () const
 
DomSizetakeElementSizeHint ()
 
void setElementSizeHint (DomSize *a)
 
bool hasElementSizeHint () const
 
void clearElementSizeHint ()
 
QString elementAddPageMethod () const
 
void setElementAddPageMethod (const QString &a)
 
bool hasElementAddPageMethod () const
 
void clearElementAddPageMethod ()
 
int elementContainer () const
 
void setElementContainer (int a)
 
bool hasElementContainer () const
 
void clearElementContainer ()
 
QString elementPixmap () const
 
void setElementPixmap (const QString &a)
 
bool hasElementPixmap () const
 
void clearElementPixmap ()
 
DomSlotselementSlots () const
 
DomSlotstakeElementSlots ()
 
void setElementSlots (DomSlots *a)
 
bool hasElementSlots () const
 
void clearElementSlots ()
 
DomPropertySpecificationselementPropertyspecifications () const
 
DomPropertySpecificationstakeElementPropertyspecifications ()
 
void setElementPropertyspecifications (DomPropertySpecifications *a)
 
bool hasElementPropertyspecifications () const
 
void clearElementPropertyspecifications ()
 

Detailed Description

Definition at line 654 of file ui4.h.

Constructor & Destructor Documentation

◆ DomCustomWidget()

DomCustomWidget::DomCustomWidget ( )
default

◆ ~DomCustomWidget()

DomCustomWidget::~DomCustomWidget ( )

Definition at line 1187 of file ui4.cpp.

Member Function Documentation

◆ clearElementAddPageMethod()

void DomCustomWidget::clearElementAddPageMethod ( )

Definition at line 1419 of file ui4.cpp.

◆ clearElementClass()

void DomCustomWidget::clearElementClass ( )

Definition at line 1395 of file ui4.cpp.

◆ clearElementContainer()

void DomCustomWidget::clearElementContainer ( )

Definition at line 1424 of file ui4.cpp.

◆ clearElementExtends()

void DomCustomWidget::clearElementExtends ( )

Definition at line 1400 of file ui4.cpp.

◆ clearElementHeader()

void DomCustomWidget::clearElementHeader ( )

Definition at line 1405 of file ui4.cpp.

◆ clearElementPixmap()

void DomCustomWidget::clearElementPixmap ( )

Definition at line 1429 of file ui4.cpp.

◆ clearElementPropertyspecifications()

void DomCustomWidget::clearElementPropertyspecifications ( )

Definition at line 1441 of file ui4.cpp.

◆ clearElementSizeHint()

void DomCustomWidget::clearElementSizeHint ( )

Definition at line 1412 of file ui4.cpp.

◆ clearElementSlots()

void DomCustomWidget::clearElementSlots ( )

Definition at line 1434 of file ui4.cpp.

◆ elementAddPageMethod()

QString DomCustomWidget::elementAddPageMethod ( ) const
inline

Definition at line 686 of file ui4.h.

◆ elementClass()

QString DomCustomWidget::elementClass ( ) const
inline

Definition at line 664 of file ui4.h.

Referenced by CustomWidgetsInfo::acceptCustomWidget(), and WriteIncludesBase::acceptCustomWidget().

+ Here is the caller graph for this function:

◆ elementContainer()

int DomCustomWidget::elementContainer ( ) const
inline

Definition at line 691 of file ui4.h.

◆ elementExtends()

QString DomCustomWidget::elementExtends ( ) const
inline

Definition at line 669 of file ui4.h.

◆ elementHeader()

DomHeader * DomCustomWidget::elementHeader ( ) const
inline

Definition at line 674 of file ui4.h.

◆ elementPixmap()

QString DomCustomWidget::elementPixmap ( ) const
inline

Definition at line 696 of file ui4.h.

◆ elementPropertyspecifications()

DomPropertySpecifications * DomCustomWidget::elementPropertyspecifications ( ) const
inline

Definition at line 707 of file ui4.h.

◆ elementSizeHint()

DomSize * DomCustomWidget::elementSizeHint ( ) const
inline

Definition at line 680 of file ui4.h.

◆ elementSlots()

DomSlots * DomCustomWidget::elementSlots ( ) const
inline

Definition at line 701 of file ui4.h.

◆ hasElementAddPageMethod()

bool DomCustomWidget::hasElementAddPageMethod ( ) const
inline

Definition at line 688 of file ui4.h.

◆ hasElementClass()

bool DomCustomWidget::hasElementClass ( ) const
inline

Definition at line 666 of file ui4.h.

◆ hasElementContainer()

bool DomCustomWidget::hasElementContainer ( ) const
inline

Definition at line 693 of file ui4.h.

◆ hasElementExtends()

bool DomCustomWidget::hasElementExtends ( ) const
inline

Definition at line 671 of file ui4.h.

◆ hasElementHeader()

bool DomCustomWidget::hasElementHeader ( ) const
inline

Definition at line 677 of file ui4.h.

◆ hasElementPixmap()

bool DomCustomWidget::hasElementPixmap ( ) const
inline

Definition at line 698 of file ui4.h.

◆ hasElementPropertyspecifications()

bool DomCustomWidget::hasElementPropertyspecifications ( ) const
inline

Definition at line 710 of file ui4.h.

◆ hasElementSizeHint()

bool DomCustomWidget::hasElementSizeHint ( ) const
inline

Definition at line 683 of file ui4.h.

◆ hasElementSlots()

bool DomCustomWidget::hasElementSlots ( ) const
inline

Definition at line 704 of file ui4.h.

◆ read()

void DomCustomWidget::read ( QXmlStreamReader & reader)

Definition at line 1195 of file ui4.cpp.

References Qt::CaseInsensitive, qWarning, setElementAddPageMethod(), setElementClass(), setElementContainer(), setElementExtends(), setElementHeader(), setElementPixmap(), setElementPropertyspecifications(), setElementSizeHint(), setElementSlots(), and tag.

+ Here is the call graph for this function:

◆ setElementAddPageMethod()

void DomCustomWidget::setElementAddPageMethod ( const QString & a)

Definition at line 1347 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementClass()

void DomCustomWidget::setElementClass ( const QString & a)

Definition at line 1305 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementContainer()

void DomCustomWidget::setElementContainer ( int a)

Definition at line 1353 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementExtends()

void DomCustomWidget::setElementExtends ( const QString & a)

Definition at line 1311 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementHeader()

void DomCustomWidget::setElementHeader ( DomHeader * a)

Definition at line 1325 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementPixmap()

void DomCustomWidget::setElementPixmap ( const QString & a)

Definition at line 1359 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementPropertyspecifications()

void DomCustomWidget::setElementPropertyspecifications ( DomPropertySpecifications * a)

Definition at line 1388 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementSizeHint()

void DomCustomWidget::setElementSizeHint ( DomSize * a)

Definition at line 1340 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ setElementSlots()

void DomCustomWidget::setElementSlots ( DomSlots * a)

Definition at line 1373 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ takeElementHeader()

DomHeader * DomCustomWidget::takeElementHeader ( )

Definition at line 1317 of file ui4.cpp.

◆ takeElementPropertyspecifications()

DomPropertySpecifications * DomCustomWidget::takeElementPropertyspecifications ( )

Definition at line 1380 of file ui4.cpp.

◆ takeElementSizeHint()

DomSize * DomCustomWidget::takeElementSizeHint ( )

Definition at line 1332 of file ui4.cpp.

◆ takeElementSlots()

DomSlots * DomCustomWidget::takeElementSlots ( )

Definition at line 1365 of file ui4.cpp.

◆ write()

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

Definition at line 1271 of file ui4.cpp.

References QString::isEmpty(), QString::number(), QStringLiteral, QString::toLower(), DomHeader::write(), DomSize::write(), DomSlots::write(), and DomPropertySpecifications::write().

+ Here is the call graph for this function:

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