Searched refs:CCaptchaDialog (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DCaptchaDialog.h41 class CCaptchaDialog : public wxDialog class in inherits:wxDialog
50 CCaptchaDialog(wxWindow*parent, const wxImage& captchaImage, uint64 id);
55 virtual ~CCaptchaDialog();
H A DCaptchaDialog.cpp31 BEGIN_EVENT_TABLE(CCaptchaDialog,wxDialog)
32 EVT_BUTTON(wxID_OK, CCaptchaDialog::OnBnClose)
36 CCaptchaDialog::CCaptchaDialog( function in class:CCaptchaDialog
58 CCaptchaDialog::~CCaptchaDialog()
63 void CCaptchaDialog::OnBnClose(wxCommandEvent& WXUNUSED(evt))
69 wxSizer * CCaptchaDialog::captchaDlg( wxWindow *parent )
89 bool CCaptchaDialog::OnInitDialog()
H A DBaseClient.cpp64 #include "CaptchaDialog.h" // Needed for CCaptchaDialog
2669 CCaptchaDialog * dialog = new CCaptchaDialog(theApp->amuledlg, imgCaptcha, id);

Completed in 93 milliseconds