|
mupp 1.1.0
|
The PCollInfo struct holds collection information. More...
#include <PVarDialog.h>
Public Attributes | |
| QString | fCollName |
| collection name (may include path) | |
| QStringList | fVarName |
| variable names of the given collection | |
The PCollInfo struct holds collection information.
This structure stores the name of a collection and a list of all variable names contained within that collection. It is used to pass collection metadata to various dialogs and functions.
Definition at line 49 of file PVarDialog.h.
| QString PCollInfo::fCollName |
collection name (may include path)
Definition at line 51 of file PVarDialog.h.
| QStringList PCollInfo::fVarName |
variable names of the given collection
Definition at line 52 of file PVarDialog.h.