|
Antares Simulator
Power System Simulator
|
Startup Wizard User Interface. More...
#include <select-output.h>
Public Types | |
| enum | IDs { mnIDEnabled = wxID_HIGHEST + 1 } |
Constructor & Destructor | |
| SelectOutput (wxFrame *parent) | |
| Default constructor. More... | |
| virtual | ~SelectOutput () |
| Destructor. | |
| void | mouseMoved (wxMouseEvent &evt) |
| void | onSelectAll (void *) |
| Select all output variables. | |
| void | onUnselectAll (void *) |
| void | onToggle (void *) |
| void | onClose (void *) |
| Event: Close the window. | |
| void | onUpdateStatus () |
| void | evtEnabled (wxCommandEvent &evt) |
| void | updateCaption () |
Startup Wizard User Interface.
The Startup Wizard is an easy to use, quick way to begin using Antares. It provides the most common File Operations on a Study. By default, you will be prompted to use the Startup Wizard when Antares is opened.
| Antares::Window::Options::SelectOutput::SelectOutput | ( | wxFrame * | parent | ) |
Default constructor.
| parent | The parent window |