creaImageIO_lib
|
#include <creaImageIOWxExportDlg.h>
Public Member Functions | |
WxExportDlg (wxWindow *parent, const std::vector< std::string > storages) | |
CTor. More... | |
~WxExportDlg () | |
DTor. More... | |
const std::string & | GetStorage () |
Get selected storage. More... | |
Private Member Functions | |
void | OnOk (wxCommandEvent &event) |
Validate selected storage. More... | |
Private Attributes | |
wxComboBox * | ExportCombo |
Storage ComboBox. More... | |
std::string | m_name |
Storage name. More... | |
Gimmick can handle multiple database with different organisations. WxDescriptorPanel allows to select the storage to export data.
Definition at line 48 of file creaImageIOWxExportDlg.h.
creaImageIO::WxExportDlg::WxExportDlg | ( | wxWindow * | parent, |
const std::vector< std::string > | storages | ||
) |
CTor.
fix warning: unused variable ExportText
fix warning: unused variable Cancel
Definition at line 33 of file creaImageIOWxExportDlg.cpp.
References ExportCombo, ID_EXPORTCOMBO_CTRL, and OnOk().
creaImageIO::WxExportDlg::~WxExportDlg | ( | ) |
|
inline |
Get selected storage.
Definition at line 57 of file creaImageIOWxExportDlg.h.
References m_name.
Referenced by creaImageIO::WxGimmickView::ExportToStorage().
|
private |
Validate selected storage.
Definition at line 62 of file creaImageIOWxExportDlg.cpp.
References ExportCombo, ID_EXPORT_OK, and m_name.
Referenced by WxExportDlg().
|
private |
Storage ComboBox.
Definition at line 62 of file creaImageIOWxExportDlg.h.
Referenced by OnOk(), and WxExportDlg().
|
private |
Storage name.
Definition at line 68 of file creaImageIOWxExportDlg.h.
Referenced by GetStorage(), and OnOk().