Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
DomTabStops Class Reference

#include <ui4.h>

+ Collaboration diagram for DomTabStops:

Public Member Functions

 DomTabStops ()=default
 
 ~DomTabStops ()
 
void read (QXmlStreamReader &reader)
 
void write (QXmlStreamWriter &writer, const QString &tagName=QString()) const
 
QStringList elementTabStop () const
 
void setElementTabStop (const QStringList &a)
 

Detailed Description

Definition at line 798 of file ui4.h.

Constructor & Destructor Documentation

◆ DomTabStops()

DomTabStops::DomTabStops ( )
default

◆ ~DomTabStops()

DomTabStops::~DomTabStops ( )

Definition at line 1540 of file ui4.cpp.

Member Function Documentation

◆ elementTabStop()

QStringList DomTabStops::elementTabStop ( ) const
inline

Definition at line 808 of file ui4.h.

Referenced by CPP::WriteInitialization::acceptTabStops().

+ Here is the caller graph for this function:

◆ read()

void DomTabStops::read ( QXmlStreamReader &  reader)

Definition at line 1545 of file ui4.cpp.

References Qt::CaseInsensitive, and tag.

◆ setElementTabStop()

void DomTabStops::setElementTabStop ( const QStringList a)

Definition at line 1576 of file ui4.cpp.

◆ write()

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

Definition at line 1566 of file ui4.cpp.

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

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