#include <VisualConfigurationDialog.h>
Static Public Member Functions | |
| static void | show (void) |
| static void | dispose (void) |
Private Member Functions | |
| VisualConfigurationDialog () | |
| ~VisualConfigurationDialog () | |
Wrapper around OS specific UI implementations of the configuration dialog.
| VizKit::VisualConfigurationDialog::VisualConfigurationDialog | ( | ) | [private] |
The constructor. VisualConfiguration is a collection of static methods. Class does not need any instances. Constructor is private and not implemented.
| VizKit::VisualConfigurationDialog::~VisualConfigurationDialog | ( | ) | [private] |
The destructor. VisualConfiguration is a collection of static methods. Class does not need any instances. Destructor is private and not implemented.
| void VisualConfigurationDialog::dispose | ( | void | ) | [static] |
Disposes the OS specific UI resources of the configuration dialog.
| void VisualConfigurationDialog::show | ( | void | ) | [static] |
Displays the OS specific UI of the configuration dialog.