![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
An entry in a stack, where each entry is a list of string values. More...
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 |
An entry in a stack, where each entry is a list of string values.
Definition at line 118 of file config.cpp.
| void MetaStackEntry::close | ( | ) |
Stop accumulating values and append the list of accumulated values to the complete list of accumulated values.
Definition at line 143 of file config.cpp.
| void MetaStackEntry::close | ( | ) |
| void MetaStackEntry::open | ( | ) |
Start accumulating values in a list by appending an empty string to the list.
Definition at line 133 of file config.cpp.
| void MetaStackEntry::open | ( | ) |
| QStringList MetaStackEntry::accum |
Definition at line 124 of file config.cpp.
| QStringList MetaStackEntry::next |
Definition at line 125 of file config.cpp.