creaImageIO_lib
|
#include <creaImageIOWxOutputDlg.h>
Public Member Functions | |
WxOutputDlg (wxWindow *parent, const std::vector< std::string > filenames, int i_dim, bool single) | |
CTor. More... | |
~WxOutputDlg () | |
DTor. More... | |
const std::string | getAsking () |
Get selected storage. More... | |
const std::string | getDim () |
Private Member Functions | |
void | OnOk (wxCommandEvent &event) |
Validate selected storage. More... | |
void | OnChange (wxCommandEvent &event) |
Private Attributes | |
std::vector< wxCheckBox * > | checkOut |
wxCheckBox * | checkAsking |
WxOutputDlg allows to select the different output format
Definition at line 46 of file creaImageIOWxOutputDlg.h.
creaImageIO::WxOutputDlg::WxOutputDlg | ( | wxWindow * | parent, |
const std::vector< std::string > | filenames, | ||
int | i_dim, | ||
bool | single | ||
) |
CTor.
fix unused variable ExportText
fix unused variable Cancel
Definition at line 34 of file creaImageIOWxOutputDlg.cpp.
References checkAsking, checkOut, OnChange(), and OnOk().
creaImageIO::WxOutputDlg::~WxOutputDlg | ( | ) |
const std::string creaImageIO::WxOutputDlg::getAsking | ( | ) |
Get selected storage.
Definition at line 171 of file creaImageIOWxOutputDlg.cpp.
References checkAsking.
const std::string creaImageIO::WxOutputDlg::getDim | ( | ) |
Definition at line 154 of file creaImageIOWxOutputDlg.cpp.
References checkOut.
|
private |
Definition at line 138 of file creaImageIOWxOutputDlg.cpp.
References checkOut.
Referenced by WxOutputDlg().
|
private |
Validate selected storage.
Definition at line 132 of file creaImageIOWxOutputDlg.cpp.
Referenced by WxOutputDlg().
|
private |
Definition at line 66 of file creaImageIOWxOutputDlg.h.
Referenced by getAsking(), and WxOutputDlg().
|
private |
Definition at line 63 of file creaImageIOWxOutputDlg.h.
Referenced by getDim(), OnChange(), and WxOutputDlg().