Searched refs:MyPanel (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/controls/
H A Dcontrols.cpp72 class MyPanel: public wxPanel class in inherits:wxPanel
75 MyPanel(wxFrame *frame, int x, int y, int w, int h);
76 virtual ~MyPanel();
201 MyPanel *GetPanel() const { return m_panel; }
222 MyPanel *m_panel;
414 // MyPanel
492 BEGIN_EVENT_TABLE(MyPanel, wxPanel)
493 EVT_IDLE ( MyPanel::OnIdle)
494 EVT_BOOKCTRL_PAGE_CHANGING(ID_BOOK, MyPanel::OnPageChanging)
495 EVT_BOOKCTRL_PAGE_CHANGED(ID_BOOK, MyPanel
597 MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h ) function in class:MyPanel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/led/
H A Dled.cpp42 class MyPanel : public wxPanel class in inherits:wxPanel
45 MyPanel(wxFrame *frame);
97 MyPanel *m_panel;
225 m_panel = new MyPanel(this);
292 // MyPanel
295 MyPanel::MyPanel(wxFrame *frame) function in class:MyPanel
312 void MyPanel::OnIncrement()
322 void MyPanel::OnDecrement()
332 void MyPanel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/resource/
H A Dresource.cpp117 frame->panel = new MyPanel( frame, wxID_ANY, wxPoint(0, 0), wxSize(400, 400),
134 BEGIN_EVENT_TABLE(MyPanel, wxPanel)
135 EVT_LEFT_DOWN( MyPanel::OnClick)
138 MyPanel::MyPanel function in class:MyPanel
147 void MyPanel::OnClick( wxMouseEvent &WXUNUSED(event2) )
H A Dresource.h23 class MyPanel: public wxPanel class in inherits:wxPanel
26 MyPanel(wxWindow *parent, wxWindowID id, const wxPoint& pos,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/calendar/
H A Dcalendar.cpp72 class MyPanel : public wxPanel class in inherits:wxPanel
75 MyPanel(wxFrame *frame);
136 MyPanel *m_panel;
235 BEGIN_EVENT_TABLE(MyPanel, wxPanel)
236 EVT_CALENDAR (Calendar_CalCtrl, MyPanel::OnCalendar)
237 EVT_CALENDAR_MONTH (Calendar_CalCtrl, MyPanel::OnCalMonthChange)
238 EVT_CALENDAR_YEAR (Calendar_CalCtrl, MyPanel::OnCalYearChange)
239 EVT_CALENDAR_SEL_CHANGED(Calendar_CalCtrl, MyPanel::OnCalendarChange)
240 EVT_CALENDAR_WEEKDAY_CLICKED(Calendar_CalCtrl, MyPanel::OnCalendarWeekDayClick)
371 m_panel = new MyPanel(thi
528 MyPanel::MyPanel(wxFrame *frame) function in class:MyPanel
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/render/
H A Drender.cpp124 class MyPanel : public wxPanel class in class:MyRenderer
127 MyPanel(wxWindow *parent) : wxPanel(parent) { } function in class:MyRenderer::MyPanel
174 BEGIN_EVENT_TABLE(MyPanel, wxPanel)
175 EVT_PAINT(MyPanel::OnPaint)
278 m_panel = new MyPanel(this);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/text/
H A Dtext.cpp106 class MyPanel: public wxPanel class in inherits:wxPanel
109 MyPanel(wxFrame *frame, int x, int y, int w, int h);
110 virtual ~MyPanel()
330 MyPanel *m_panel;
993 // MyPanel
996 MyPanel::MyPanel( wxFrame *frame, int x, int y, int w, int h ) function in class:MyPanel
1143 wxTextCtrl *MyPanel::GetFocusedText() const
1152 void MyPanel::DoPasteFromClipboard()
1209 void MyPanel
[all...]

Completed in 105 milliseconds