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

#include <ui4.h>

+ Collaboration diagram for DomStringPropertySpecification:

Public Member Functions

 DomStringPropertySpecification ()=default
 
 ~DomStringPropertySpecification ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
bool hasAttributeName () const
 
QString attributeName () const
 
void setAttributeName (const QString &a)
 
void clearAttributeName ()
 
bool hasAttributeType () const
 
QString attributeType () const
 
void setAttributeType (const QString &a)
 
void clearAttributeType ()
 
bool hasAttributeNotr () const
 
QString attributeNotr () const
 
void setAttributeNotr (const QString &a)
 
void clearAttributeNotr ()
 

Detailed Description

Definition at line 2889 of file ui4.h.

Constructor & Destructor Documentation

◆ DomStringPropertySpecification()

DomStringPropertySpecification::DomStringPropertySpecification ( )
default

◆ ~DomStringPropertySpecification()

DomStringPropertySpecification::~DomStringPropertySpecification ( )
default

Member Function Documentation

◆ attributeName()

QString DomStringPropertySpecification::attributeName ( ) const
inline

Definition at line 2900 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeNotr()

QString DomStringPropertySpecification::attributeNotr ( ) const
inline

Definition at line 2910 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ attributeType()

QString DomStringPropertySpecification::attributeType ( ) const
inline

Definition at line 2905 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ clearAttributeName()

void DomStringPropertySpecification::clearAttributeName ( )
inline

Definition at line 2902 of file ui4.h.

◆ clearAttributeNotr()

void DomStringPropertySpecification::clearAttributeNotr ( )
inline

Definition at line 2912 of file ui4.h.

◆ clearAttributeType()

void DomStringPropertySpecification::clearAttributeType ( )
inline

Definition at line 2907 of file ui4.h.

◆ hasAttributeName()

bool DomStringPropertySpecification::hasAttributeName ( ) const
inline

Definition at line 2899 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeNotr()

bool DomStringPropertySpecification::hasAttributeNotr ( ) const
inline

Definition at line 2909 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ hasAttributeType()

bool DomStringPropertySpecification::hasAttributeType ( ) const
inline

Definition at line 2904 of file ui4.h.

Referenced by write().

+ Here is the caller graph for this function:

◆ read()

void DomStringPropertySpecification::read ( QXmlStreamReader & reader)

Definition at line 6166 of file ui4.cpp.

References setAttributeName(), setAttributeNotr(), setAttributeType(), and tag.

+ Here is the call graph for this function:

◆ setAttributeName()

void DomStringPropertySpecification::setAttributeName ( const QString & a)
inline

Definition at line 2901 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeNotr()

void DomStringPropertySpecification::setAttributeNotr ( const QString & a)
inline

Definition at line 2911 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ setAttributeType()

void DomStringPropertySpecification::setAttributeType ( const QString & a)
inline

Definition at line 2906 of file ui4.h.

Referenced by read().

+ Here is the caller graph for this function:

◆ write()

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

Definition at line 6201 of file ui4.cpp.

References attributeName(), attributeNotr(), attributeType(), hasAttributeName(), hasAttributeNotr(), hasAttributeType(), 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: