Searched refs:CCommentDialog (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 DCommentDialog.cpp33 //IMPLEMENT_DYNAMIC(CCommentDialog, CDialog)
34 CCommentDialog::CCommentDialog(wxWindow* parent,CKnownFile* file) function in class:CCommentDialog
47 CCommentDialog::~CCommentDialog()
51 BEGIN_EVENT_TABLE(CCommentDialog,wxDialog)
52 EVT_TEXT_ENTER(IDC_CMT_TEXT, CCommentDialog::OnBnClickedApply)
53 EVT_BUTTON(IDCOK, CCommentDialog::OnBnClickedApply)
54 EVT_BUTTON(IDC_FC_CLEAR, CCommentDialog::OnBnClickedClear)
55 EVT_BUTTON(IDCCANCEL, CCommentDialog
[all...]
H A DCommentDialog.h34 // CCommentDialog dialog
36 class CCommentDialog : public wxDialog class in inherits:wxDialog
39 CCommentDialog(wxWindow* pParent, CKnownFile* file); // standard constructor
40 virtual ~CCommentDialog();
H A DSharedFilesCtrl.cpp33 #include "CommentDialog.h" // Needed for CCommentDialog
351 CCommentDialog dialog( this, file );

Completed in 37 milliseconds