creaImageIO_lib
|
#include <creaImageIOWxGimmickTools.h>
Public Member Functions | |
WxGimmickTools (wxWindow *parent, wxString mCurrentDirectory) | |
~WxGimmickTools () | |
wxString | getInputDir () |
wxString | getOutputDir () |
bool | getAddToDBCheckBoxValue () |
bool | getMHDCheckBoxValue () |
Private Member Functions | |
void | onInputDir (wxCommandEvent &event) |
void | onOutputDir (wxCommandEvent &event) |
void | onAddToDatabase (wxCommandEvent &event) |
void | onMHD (wxCommandEvent &event) |
Private Attributes | |
wxCheckBox * | _addCheckBox |
wxCheckBox * | _mhdCheckBox |
wxTextCtrl * | _inputPath |
wxTextCtrl * | _outputPath |
wxString | _currentDir |
bool | _addFiles |
bool | _mhd |
Definition at line 45 of file creaImageIOWxGimmickTools.h.
creaImageIO::WxGimmickTools::WxGimmickTools | ( | wxWindow * | parent, |
wxString | mCurrentDirectory | ||
) |
Begin of the threshold panel
Definition at line 37 of file creaImageIOWxGimmickTools.cpp.
References _addCheckBox, _addFiles, _currentDir, _inputPath, _mhd, _mhdCheckBox, _outputPath, onAddToDatabase(), onInputDir(), onMHD(), and onOutputDir().
creaImageIO::WxGimmickTools::~WxGimmickTools | ( | ) |
Definition at line 83 of file creaImageIOWxGimmickTools.cpp.
bool creaImageIO::WxGimmickTools::getAddToDBCheckBoxValue | ( | ) |
Definition at line 98 of file creaImageIOWxGimmickTools.cpp.
References _addCheckBox.
Referenced by creaImageIO::WxGimmickView::OnTools().
wxString creaImageIO::WxGimmickTools::getInputDir | ( | ) |
Definition at line 88 of file creaImageIOWxGimmickTools.cpp.
References _inputPath.
Referenced by creaImageIO::WxGimmickView::OnTools().
bool creaImageIO::WxGimmickTools::getMHDCheckBoxValue | ( | ) |
Definition at line 103 of file creaImageIOWxGimmickTools.cpp.
References _mhdCheckBox.
wxString creaImageIO::WxGimmickTools::getOutputDir | ( | ) |
Definition at line 93 of file creaImageIOWxGimmickTools.cpp.
References _outputPath.
Referenced by creaImageIO::WxGimmickView::OnTools().
|
private |
Definition at line 130 of file creaImageIOWxGimmickTools.cpp.
References _addCheckBox, and _addFiles.
Referenced by WxGimmickTools().
|
private |
Definition at line 108 of file creaImageIOWxGimmickTools.cpp.
References _currentDir, and _inputPath.
Referenced by WxGimmickTools().
|
private |
Definition at line 135 of file creaImageIOWxGimmickTools.cpp.
References _mhd, and _mhdCheckBox.
Referenced by WxGimmickTools().
|
private |
Definition at line 119 of file creaImageIOWxGimmickTools.cpp.
References _currentDir, and _outputPath.
Referenced by WxGimmickTools().
|
private |
Definition at line 56 of file creaImageIOWxGimmickTools.h.
Referenced by getAddToDBCheckBoxValue(), onAddToDatabase(), and WxGimmickTools().
|
private |
Definition at line 61 of file creaImageIOWxGimmickTools.h.
Referenced by onAddToDatabase(), and WxGimmickTools().
|
private |
Definition at line 60 of file creaImageIOWxGimmickTools.h.
Referenced by onInputDir(), onOutputDir(), and WxGimmickTools().
|
private |
Definition at line 58 of file creaImageIOWxGimmickTools.h.
Referenced by getInputDir(), onInputDir(), and WxGimmickTools().
|
private |
Definition at line 62 of file creaImageIOWxGimmickTools.h.
Referenced by onMHD(), and WxGimmickTools().
|
private |
Definition at line 57 of file creaImageIOWxGimmickTools.h.
Referenced by getMHDCheckBoxValue(), onMHD(), and WxGimmickTools().
|
private |
Definition at line 59 of file creaImageIOWxGimmickTools.h.
Referenced by getOutputDir(), onOutputDir(), and WxGimmickTools().