|
Antares Simulator
Power System Simulator
|
Export Map Dialog
More...
#include <exportmap.h>
Public Types | |
| enum | { mnIDCollapsePanel = wxID_HIGHEST + 1 , mnIDEditMapName , mnIDEditMapFolderName , mnIDBrowse , mnIDMapFormat } |
Public Member Functions | |
| ExportMap (wxFrame *parent) | |
| Constructor with a parent window and a study. | |
| ExportMap (wxFrame *parent, Data::Study::Ptr study) | |
| Constructor with a parent window and a study. | |
| virtual | ~ExportMap () |
| Destructor. | |
Static Public Member Functions | |
| static SaveResult | Execute (wxFrame *parent, Data::Study::Ptr study) |
Execute the ExportMap dialog and save the map accordingly. More... | |
Study | |
| Data::Study::Ptr | study () |
| Get the attached study. | |
| const Data::Study::Ptr | study () const |
| Get the attached study. | |
| SaveResult | result () const |
| Get if the study has been saved. | |
Export Map Dialog
|
static |
Execute the ExportMap dialog and save the map accordingly.
| parent | The parent window |
| study | The study |