Home
last modified time | relevance | path

Searched refs:CPartFileConvertDlg (Results 1 – 8 of 8) sorted by relevance

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DPartFileConvertDlg.cpp38 CPartFileConvertDlg* CPartFileConvertDlg::s_convertgui = NULL;
75 BEGIN_EVENT_TABLE(CPartFileConvertDlg, wxDialog) in BEGIN_EVENT_TABLE() argument
76 EVT_BUTTON(IDC_ADDITEM, CPartFileConvertDlg::OnAddFolder) in BEGIN_EVENT_TABLE()
77 EVT_BUTTON(IDC_RETRY, CPartFileConvertDlg::RetrySel) in BEGIN_EVENT_TABLE()
80 EVT_CLOSE(CPartFileConvertDlg::OnClose) in BEGIN_EVENT_TABLE()
83 CPartFileConvertDlg::CPartFileConvertDlg(wxWindow* parent) in BEGIN_EVENT_TABLE()
109 void CPartFileConvertDlg::ShowGUI(wxWindow* parent) in ShowGUI()
115 s_convertgui = new CPartFileConvertDlg(parent); in ShowGUI()
121 void CPartFileConvertDlg::CloseGUI() in CloseGUI()
150 void CPartFileConvertDlg::ClearInfo() in ClearInfo()
[all …]
H A DPartFileConvertDlg.h35 class CPartFileConvertDlg : public wxDialog
38 CPartFileConvertDlg(wxWindow *parent);
59 static CPartFileConvertDlg* s_convertgui;
H A DGuiEvents.cpp742 CPartFileConvertDlg::UpdateProgress(percent, text, header); in ConvertUpdateProgress()
747 CPartFileConvertDlg::UpdateJobInfo(info); in ConvertUpdateJobInfo()
752 CPartFileConvertDlg::RemoveJobInfo(id); in ConvertRemoveJobInfo()
757 CPartFileConvertDlg::ClearInfo(); in ConvertClearInfos()
H A DamuleDlg.cpp532 CPartFileConvertDlg::ShowGUI(NULL); in OnImportButton()
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DPartFileConvertDlg.cpp38 CPartFileConvertDlg* CPartFileConvertDlg::s_convertgui = NULL;
75 BEGIN_EVENT_TABLE(CPartFileConvertDlg, wxDialog) in BEGIN_EVENT_TABLE() argument
76 EVT_BUTTON(IDC_ADDITEM, CPartFileConvertDlg::OnAddFolder) in BEGIN_EVENT_TABLE()
77 EVT_BUTTON(IDC_RETRY, CPartFileConvertDlg::RetrySel) in BEGIN_EVENT_TABLE()
80 EVT_CLOSE(CPartFileConvertDlg::OnClose) in BEGIN_EVENT_TABLE()
83 CPartFileConvertDlg::CPartFileConvertDlg(wxWindow* parent) in BEGIN_EVENT_TABLE()
109 void CPartFileConvertDlg::ShowGUI(wxWindow* parent) in ShowGUI()
115 s_convertgui = new CPartFileConvertDlg(parent); in ShowGUI()
121 void CPartFileConvertDlg::CloseGUI() in CloseGUI()
150 void CPartFileConvertDlg::ClearInfo() in ClearInfo()
[all …]
H A DPartFileConvertDlg.h35 class CPartFileConvertDlg : public wxDialog
38 CPartFileConvertDlg(wxWindow *parent);
59 static CPartFileConvertDlg* s_convertgui;
H A DGuiEvents.cpp742 CPartFileConvertDlg::UpdateProgress(percent, text, header); in ConvertUpdateProgress()
747 CPartFileConvertDlg::UpdateJobInfo(info); in ConvertUpdateJobInfo()
752 CPartFileConvertDlg::RemoveJobInfo(id); in ConvertRemoveJobInfo()
757 CPartFileConvertDlg::ClearInfo(); in ConvertClearInfos()
H A DamuleDlg.cpp536 CPartFileConvertDlg::ShowGUI(NULL); in OnImportButton()