Antares Simulator
Power System Simulator
|
Startup Wizard User Interface. More...
#include <playlist.h>
Public Types | |
enum | IDs { mnIDEnabled = wxID_HIGHEST + 1 } |
Constructor & Destructor | |
MCPlaylist (wxFrame *parent) | |
Default constructor. | |
virtual | ~MCPlaylist () |
Destructor. | |
void | mouseMoved (wxMouseEvent &evt) |
void | onSelectAll (void *) |
Select all MC Years. | |
void | onUnselectAll (void *) |
void | onToggle (void *) |
void | onResetYearsWeight (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::MCPlaylist::MCPlaylist | ( | wxFrame * | parent | ) |
Default constructor.
parent | The parent window |