creaImageIO_lib
|
#include <creaImageIOWxTreeView.h>
Public Member Functions | |
RemoveAlertDlg (wxWindow *parent, wxString title, const wxSize &size) | |
~RemoveAlertDlg () | |
bool | isChecked () |
Private Member Functions | |
void | onCheck (wxCommandEvent &Event) |
Private Attributes | |
bool | mSave |
wxCheckBox * | mcheck |
Definition at line 240 of file creaImageIOWxTreeView.h.
creaImageIO::RemoveAlertDlg::RemoveAlertDlg | ( | wxWindow * | parent, |
wxString | title, | ||
const wxSize & | size | ||
) |
Definition at line 1291 of file creaImageIOWxTreeView.cpp.
References mcheck, mSave, and onCheck().
creaImageIO::RemoveAlertDlg::~RemoveAlertDlg | ( | ) |
Definition at line 1319 of file creaImageIOWxTreeView.cpp.
bool creaImageIO::RemoveAlertDlg::isChecked | ( | ) |
Definition at line 1320 of file creaImageIOWxTreeView.cpp.
References mSave.
Referenced by creaImageIO::WxTreeView::RemoveSelected().
|
private |
Definition at line 1324 of file creaImageIOWxTreeView.cpp.
Referenced by RemoveAlertDlg().
|
private |
Definition at line 253 of file creaImageIOWxTreeView.h.
Referenced by onCheck(), and RemoveAlertDlg().
|
private |
Definition at line 252 of file creaImageIOWxTreeView.h.
Referenced by isChecked(), onCheck(), and RemoveAlertDlg().