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

#include <ui4.h>

+ Collaboration diagram for DomChar:

Public Member Functions

 DomChar ()=default
 
 ~DomChar ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
int elementUnicode () const
 
void setElementUnicode (int a)
 
bool hasElementUnicode () const
 
void clearElementUnicode ()
 

Detailed Description

Definition at line 2397 of file ui4.h.

Constructor & Destructor Documentation

◆ DomChar()

DomChar::DomChar ( )
default

◆ ~DomChar()

DomChar::~DomChar ( )
default

Member Function Documentation

◆ clearElementUnicode()

void DomChar::clearElementUnicode ( )

Definition at line 4766 of file ui4.cpp.

◆ elementUnicode()

int DomChar::elementUnicode ( ) const
inline

Definition at line 2407 of file ui4.h.

◆ hasElementUnicode()

bool DomChar::hasElementUnicode ( ) const
inline

Definition at line 2409 of file ui4.h.

◆ read()

void DomChar::read ( QXmlStreamReader & reader)

Definition at line 4729 of file ui4.cpp.

References Qt::CaseInsensitive, setElementUnicode(), and tag.

+ Here is the call graph for this function:

◆ setElementUnicode()

void DomChar::setElementUnicode ( int a)

Definition at line 4760 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ write()

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

Definition at line 4750 of file ui4.cpp.

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

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