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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dderivdlg.cpp43 BEGIN_EVENT_TABLE(PreferencesDialog, wxDialog)
44 EVT_BUTTON( XRCID( "my_button" ), PreferencesDialog::OnMyButtonClicked )
45 EVT_UPDATE_UI(XRCID( "my_checkbox" ), PreferencesDialog::OnUpdateUIMyCheckbox )
47 EVT_BUTTON( wxID_OK, PreferencesDialog::OnOK )
54 PreferencesDialog::PreferencesDialog(wxWindow* parent) function in class:PreferencesDialog
63 void PreferencesDialog::OnMyButtonClicked( wxCommandEvent &WXUNUSED(event) )
75 void PreferencesDialog::OnUpdateUIMyCheckbox( wxUpdateUIEvent &WXUNUSED(event) )
92 void PreferencesDialog::OnOK( wxCommandEvent& WXUNUSED(event) )
H A Dderivdlg.h24 // Class definition: PreferencesDialog
28 class PreferencesDialog : public wxDialog class in inherits:wxDialog
37 PreferencesDialog( wxWindow* parent );
40 ~PreferencesDialog(){};
H A Dmyframe.cpp175 PreferencesDialog preferencesDialog(this);

Completed in 55 milliseconds