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

#include <ui4.h>

+ Collaboration diagram for DomUrl:

Public Member Functions

 DomUrl ()=default
 
 ~DomUrl ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
DomStringelementString () const
 
DomStringtakeElementString ()
 
void setElementString (DomString *a)
 
bool hasElementString () const
 
void clearElementString ()
 

Detailed Description

Definition at line 2423 of file ui4.h.

Constructor & Destructor Documentation

◆ DomUrl()

DomUrl::DomUrl ( )
default

◆ ~DomUrl()

DomUrl::~DomUrl ( )

Definition at line 4771 of file ui4.cpp.

Member Function Documentation

◆ clearElementString()

void DomUrl::clearElementString ( )

Definition at line 4824 of file ui4.cpp.

◆ elementString()

DomString * DomUrl::elementString ( ) const
inline

Definition at line 2433 of file ui4.h.

◆ hasElementString()

bool DomUrl::hasElementString ( ) const
inline

Definition at line 2436 of file ui4.h.

◆ read()

void DomUrl::read ( QXmlStreamReader & reader)

Definition at line 4776 of file ui4.cpp.

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

+ Here is the call graph for this function:

◆ setElementString()

void DomUrl::setElementString ( DomString * a)

Definition at line 4817 of file ui4.cpp.

Referenced by read().

+ Here is the caller graph for this function:

◆ takeElementString()

DomString * DomUrl::takeElementString ( )

Definition at line 4809 of file ui4.cpp.

◆ write()

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

Definition at line 4799 of file ui4.cpp.

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

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: