![]() |
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 116 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 141 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 131 of file config.cpp.
| void MetaStackEntry::open | ( | ) |
| QStringList MetaStackEntry::accum |
Definition at line 122 of file config.cpp.
| QStringList MetaStackEntry::next |
Definition at line 123 of file config.cpp.