Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
MetaStackEntry Class Reference

An entry in a stack, where each entry is a list of string values. More...

Collaboration diagram for MetaStackEntry:

Public Member Functions

void open ()
 Start accumulating values in a list by appending an empty string to the list.
void close ()
 Stop accumulating values and append the list of accumulated values to the complete list of accumulated values.
void open ()
void close ()

Public Attributes

QStringList accum
QStringList next

Detailed Description

An entry in a stack, where each entry is a list of string values.

Definition at line 110 of file config.cpp.

Member Function Documentation

◆ close() [1/2]

void MetaStackEntry::close ( )

Stop accumulating values and append the list of accumulated values to the complete list of accumulated values.

Definition at line 135 of file config.cpp.

◆ close() [2/2]

void MetaStackEntry::close ( )

◆ open() [1/2]

void MetaStackEntry::open ( )

Start accumulating values in a list by appending an empty string to the list.

Definition at line 125 of file config.cpp.

◆ open() [2/2]

void MetaStackEntry::open ( )

Member Data Documentation

◆ accum

QStringList MetaStackEntry::accum

Definition at line 116 of file config.cpp.

◆ next

QStringList MetaStackEntry::next

Definition at line 117 of file config.cpp.


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