|
mupp 1.1.0
|
The PShowVarNameDialog class displays variable names from a collection. More...
#include <PVarDialog.h>


Public Member Functions | |
| PShowVarNameDialog (PCollInfo &info) | |
| Constructor for PShowVarNameDialog. | |
The PShowVarNameDialog class displays variable names from a collection.
This dialog shows all variable names contained in a selected collection, displaying them as an indexed list. It provides a simple interface for users to browse through available variables in a collection.
Definition at line 63 of file PVarDialog.h.
| PShowVarNameDialog::PShowVarNameDialog | ( | PCollInfo & | info | ) |
Constructor for PShowVarNameDialog.
| info | reference to a PCollInfo structure containing the collection name and variable names to display |
Creates a dialog displaying all variable names from a collection. If the collection name contains a path, only the filename portion is displayed. Each variable is shown with its index number.
| info | reference to PCollInfo structure containing the collection name and variable names |
Definition at line 52 of file PVarDialog.cpp.