Save As Dialog
More...
#include <saveas.h>
|
| enum | { mnIDCollapsePanel = wxID_HIGHEST + 1
, mnIDEditStudyName
, mnIDEditStudyFolderName
, mnIDBrowse
} |
| |
|
|
| SaveAs (wxFrame *parent) |
| | Constructor with a parent window and a study.
|
| |
|
| SaveAs (wxFrame *parent, Data::Study::Ptr study) |
| | Constructor with a parent window and a study.
|
| |
|
virtual | ~SaveAs () |
| | Destructor.
|
| |
|
| static SaveResult | Execute (wxFrame *parent, Data::Study::Ptr study) |
| | Execute the SaveAs dialog and save the given study accordingly. More...
|
| |
|
|
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.
|
| |
◆ Execute()
| SaveResult Antares::Window::SaveAs::Execute |
( |
wxFrame * |
parent, |
|
|
Data::Study::Ptr |
study |
|
) |
| |
|
static |
Execute the SaveAs dialog and save the given study accordingly.
- Parameters
-
| parent | The parent window |
| study | The 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:
- src/ui/simulator/windows/saveas.h
- src/ui/simulator/windows/saveas.cpp
- src/ui/simulator/windows/saveas.hxx