Antares Simulator
Power System Simulator
Loading...
Searching...
No Matches
Antares::Window::ExportMap Class Referencefinal

Export Map Dialog More...

#include <exportmap.h>

Inheritance diagram for Antares::Window::ExportMap:

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.
 

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.
 

Detailed Description

Export Map Dialog

Member Function Documentation

◆ Execute()

SaveResult Antares::Window::ExportMap::Execute ( wxFrame * parent,
Data::Study::Ptr study )
static

Execute the ExportMap dialog and save the map accordingly.

Parameters
parentThe parent window
studyThe study
Returns
True if the study has been saved, false otherwise (cancelled for example)

The documentation for this class was generated from the following files: