#include <creaImageIOWxGimmickReaderDialog.h>
Public Types | |
typedef WxGimmickView::EventType | EventType |
Public Member Functions | |
WxGimmickReaderDialog () | |
WxGimmickReaderDialog (wxWindow *parent, const wxWindowID id, wxString title, const wxPoint &pos, const wxSize &size, int image_min_dim=GIMMICK_2D_IMAGE_SELECTION, int image_max_dim=GIMMICK_3D_IMAGE_SELECTION, int output_dim=NATIVE, int threads=0) | |
Gimmick * | GetGimmick () |
~WxGimmickReaderDialog () | |
void | GetSelectedImages (std::vector< vtkImageData * > &s, int dim) |
void | GetSelectedFiles (std::vector< std::string > &s) |
void | OnSelChanged (EventType &event) |
void | OnContextualMenu (EventType &event) |
void | OnMenuTest (wxCommandEvent &event) |
void | OnValid (bool valid) |
void | OnExit () |
Private Types | |
enum | { TVID = 1 } |
Private Attributes | |
Gimmick * | mGimmick |
WxGimmickView * | mView |
wxButton * | mOkButton |
wxButton * | mCancelButton |
Definition at line 17 of file creaImageIOWxGimmickReaderDialog.h.
Definition at line 33 of file creaImageIOWxGimmickReaderDialog.h.
anonymous enum [private] |
Definition at line 65 of file creaImageIOWxGimmickReaderDialog.h.
00066 { 00067 TVID = 1 00068 // OKID = 2, 00069 // CANCELID = 3 00070 };
creaImageIO::WxGimmickReaderDialog::WxGimmickReaderDialog | ( | ) |
creaImageIO::WxGimmickReaderDialog::WxGimmickReaderDialog | ( | wxWindow * | parent, | |
const wxWindowID | id, | |||
wxString | title, | |||
const wxPoint & | pos, | |||
const wxSize & | size, | |||
int | image_min_dim = GIMMICK_2D_IMAGE_SELECTION , |
|||
int | image_max_dim = GIMMICK_3D_IMAGE_SELECTION , |
|||
int | output_dim = NATIVE , |
|||
int | threads = 0 | |||
) |
creaImageIO::WxGimmickReaderDialog::~WxGimmickReaderDialog | ( | ) |
Gimmick* creaImageIO::WxGimmickReaderDialog::GetGimmick | ( | ) | [inline] |
void creaImageIO::WxGimmickReaderDialog::GetSelectedImages | ( | std::vector< vtkImageData * > & | s, | |
int | dim | |||
) | [inline] |
Definition at line 42 of file creaImageIOWxGimmickReaderDialog.h.
00043 { mView->GetSelectedImages(s, dim); }
void creaImageIO::WxGimmickReaderDialog::GetSelectedFiles | ( | std::vector< std::string > & | s | ) | [inline] |
Definition at line 46 of file creaImageIOWxGimmickReaderDialog.h.
00047 { mView->GetSelectedFiles(s); }
void creaImageIO::WxGimmickReaderDialog::OnSelChanged | ( | EventType & | event | ) |
void creaImageIO::WxGimmickReaderDialog::OnContextualMenu | ( | EventType & | event | ) |
void creaImageIO::WxGimmickReaderDialog::OnMenuTest | ( | wxCommandEvent & | event | ) |
void creaImageIO::WxGimmickReaderDialog::OnValid | ( | bool | valid | ) |
void creaImageIO::WxGimmickReaderDialog::OnExit | ( | ) | [inline] |
Definition at line 59 of file creaImageIOWxGimmickReaderDialog.h.
Definition at line 60 of file creaImageIOWxGimmickReaderDialog.h.
wxButton* creaImageIO::WxGimmickReaderDialog::mOkButton [private] |
Definition at line 62 of file creaImageIOWxGimmickReaderDialog.h.
wxButton* creaImageIO::WxGimmickReaderDialog::mCancelButton [private] |
Definition at line 63 of file creaImageIOWxGimmickReaderDialog.h.