Searched refs:MyFrame (Results 76 - 100 of 158) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/notebook/
H A Dnotebook.cpp42 MyFrame *frame = new MyFrame();
205 MyFrame::MyFrame() function in class:MyFrame
338 MyFrame::~MyFrame()
394 int MyFrame::TranslateBookFlag(int nb, int lb, int chb, int tbk, int toolbk) const
403 void MyFrame::RecreateBook()
508 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
510 EVT_MENU_RANGE(ID_BOOK_NOTEBOOK, ID_BOOK_MAX, MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/richtext/
H A Drichtext.cpp113 class MyFrame : public wxFrame class in inherits:wxFrame
117 MyFrame(const wxString& title, wxWindowID id, const wxPoint& pos = wxDefaultPosition,
262 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
263 EVT_MENU(ID_Quit, MyFrame::OnQuit)
264 EVT_MENU(ID_About, MyFrame::OnAbout)
266 EVT_MENU(wxID_OPEN, MyFrame::OnOpen)
267 EVT_MENU(wxID_SAVE, MyFrame::OnSave)
268 EVT_MENU(wxID_SAVEAS, MyFrame::OnSaveAs)
270 EVT_MENU(ID_FORMAT_BOLD, MyFrame::OnBold)
271 EVT_MENU(ID_FORMAT_ITALIC, MyFrame
555 MyFrame::MyFrame(const wxString& title, wxWindowID id, const wxPoint& pos, function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/calendar/
H A Dcalendar.cpp102 class MyFrame : public wxFrame class in inherits:wxFrame
106 MyFrame(const wxString& title, const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxDefaultSize);
205 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
206 EVT_MENU(Calendar_File_Quit, MyFrame::OnQuit)
207 EVT_MENU(Calendar_File_About, MyFrame::OnAbout)
210 EVT_MENU(Calendar_DatePicker_AskDate, MyFrame::OnAskDate)
213 MyFrame::OnUpdateUIStartWithNone)
216 EVT_MENU(Calendar_Cal_Monday, MyFrame::OnCalMonday)
217 EVT_MENU(Calendar_Cal_Holidays, MyFrame::OnCalHolidays)
218 EVT_MENU(Calendar_Cal_Special, MyFrame
289 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/gizmos/splittree/
H A Dtree.cpp108 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
109 EVT_MENU(Minimal_Quit, MyFrame::OnQuit)
110 EVT_MENU(Minimal_About, MyFrame::OnAbout)
132 MyFrame *frame = new MyFrame(wxT("Tree Testing"),
150 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) function in class:MyFrame
209 void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
215 void MyFrame::OnAbout(wxCommandEvent& WXUNUSED(event))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/sashtest/
H A Dsashtest.cpp29 MyFrame *frame = NULL;
45 frame = new MyFrame(NULL, wxID_ANY, _T("Sash Demo"), wxPoint(0, 0), wxSize(500, 400),
84 BEGIN_EVENT_TABLE(MyFrame, wxMDIParentFrame)
85 EVT_MENU(SASHTEST_ABOUT, MyFrame::OnAbout)
86 EVT_MENU(SASHTEST_NEW_WINDOW, MyFrame::OnNewWindow)
87 EVT_SIZE(MyFrame::OnSize)
88 EVT_MENU(SASHTEST_QUIT, MyFrame::OnQuit)
89 EVT_MENU(SASHTEST_TOGGLE_WINDOW, MyFrame::OnToggleWindow)
90 EVT_SASH_DRAGGED_RANGE(ID_WINDOW_TOP, ID_WINDOW_BOTTOM, MyFrame::OnSashDrag)
95 MyFrame function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/caret/
H A Dcaret.cpp114 class MyFrame : public wxFrame class in inherits:wxFrame
118 MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
159 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
160 EVT_MENU(Caret_Quit, MyFrame::OnQuit)
161 EVT_MENU(Caret_About, MyFrame::OnAbout)
162 EVT_MENU(Caret_SetBlinkTime, MyFrame::OnSetBlinkTime)
163 EVT_MENU(Caret_SetFontSize, MyFrame::OnSetFontSize)
164 EVT_MENU(Caret_Move, MyFrame::OnCaretMove)
186 MyFrame *frame = new MyFrame(_
202 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/fl/
H A Dfl_demo2.cpp54 MyFrame *frame = new MyFrame(NULL, _("wxWidgets 2.0 wxFrameLayout demo"), 50, 50, 650, 540);
111 MyFrame::~MyFrame()
128 /***** Implementation for class MyFrame *****/
130 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
131 EVT_MENU( MINIMAL_QUIT, MyFrame::OnQuit )
132 EVT_MENU( MINIMAL_ABOUT, MyFrame::OnAbout )
134 EVT_MENU( ID_LOAD, MyFrame::OnLoad )
135 EVT_MENU( ID_STORE, MyFrame
155 MyFrame::MyFrame(wxFrame *frame, const wxChar *title, int x, int y, int w, int h) function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/svg/
H A Dsvgtest.cpp59 class MyFrame : public wxMDIParentFrame class in inherits:wxMDIParentFrame
66 MyFrame(wxWindow *parent, const wxWindowID id, const wxString& title,
98 MyFrame *m_frame ;
131 MyFrame *frame = (MyFrame *) NULL;
137 BEGIN_EVENT_TABLE(MyFrame, wxMDIParentFrame)
138 EVT_MENU(MDI_ABOUT, MyFrame::OnAbout)
139 EVT_MENU(MDI_NEW_WINDOW, MyFrame::OnNewWindow)
140 EVT_MENU(MDI_QUIT, MyFrame::OnQuit)
141 EVT_MENU (MDI_SAVE, MyFrame
199 MyFrame::MyFrame(wxWindow *parent, const wxWindowID id, const wxString& title, function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/aui/
H A Dauidemo.cpp57 class MyFrame : public wxFrame class in inherits:wxFrame
112 MyFrame(wxWindow* parent,
119 ~MyFrame();
282 SettingsPanel(wxWindow* parent, MyFrame* frame)
525 MyFrame* m_frame;
562 wxFrame* frame = new MyFrame(NULL,
573 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
574 EVT_ERASE_BACKGROUND(MyFrame::OnEraseBackground)
575 EVT_SIZE(MyFrame::OnSize)
576 EVT_MENU(MyFrame
652 MyFrame::MyFrame(wxWindow* parent, function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/validate/
H A Dvalidate.h28 class MyFrame : public wxFrame class in inherits:wxFrame
31 MyFrame(wxFrame *frame, const wxString&title, int x, int y, int w, int h);
H A Dvalidate.cpp78 MyFrame *frame = new MyFrame((wxFrame *) NULL, wxT("Validator Test"),
86 // MyFrame
89 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
90 EVT_MENU(wxID_EXIT, MyFrame::OnQuit)
91 EVT_MENU(VALIDATE_TEST_DIALOG, MyFrame::OnTestDialog)
92 EVT_MENU(VALIDATE_TOGGLE_BELL, MyFrame::OnToggleBell)
95 MyFrame::MyFrame(wxFrame *frame, const wxString&title, int x, int y, int w, int h) function in class:MyFrame
126 void MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dxrcdemo.cpp131 // of MyFrame's constructor is NULL) as the frame doesn't have a parent
133 MyFrame *frame = new MyFrame();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/resource/
H A Dresource.h34 class MyFrame: public wxFrame class in inherits:wxFrame
37 MyFrame(wxWindow *parent, const wxWindowID id, const wxString& title,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/treelay/
H A Dtreelay.h25 class MyFrame: public wxFrame class in inherits:wxFrame
29 MyFrame(wxWindow *parent, const wxString& title, const wxPoint& pos, const wxSize& size);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/joytest/
H A Djoytest.cpp32 MyFrame *frame = NULL;
64 frame = new MyFrame(NULL, _T("Joystick Demo"), wxDefaultPosition,
181 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
182 EVT_MENU(JOYTEST_QUIT, MyFrame::OnQuit)
185 MyFrame::MyFrame(wxFrame *parent, const wxString& title, const wxPoint& pos, function in class:MyFrame
192 void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))
197 void MyFrame::OnActivate(wxActivateEvent& event)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/font/
H A Dfont.cpp86 class MyFrame : public wxFrame class in inherits:wxFrame
90 MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
189 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
190 EVT_MENU(Font_Quit, MyFrame::OnQuit)
191 EVT_MENU(Font_TestTextValue, MyFrame::OnTestTextValue)
192 EVT_MENU(Font_ViewMsg, MyFrame::OnViewMsg)
193 EVT_MENU(Font_About, MyFrame::OnAbout)
195 EVT_MENU(Font_IncSize, MyFrame::OnIncFont)
196 EVT_MENU(Font_DecSize, MyFrame::OnDecFont)
197 EVT_MENU(Font_Bold, MyFrame
256 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/exec/
H A Dexec.cpp82 // Define an array of process pointers used by MyFrame
87 class MyFrame : public wxFrame class in inherits:wxFrame
91 MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
244 MyProcess(MyFrame *parent, const wxString& cmd)
256 MyFrame *m_parent;
264 MyPipedProcess(MyFrame *parent, const wxString& cmd)
280 MyPipedProcess2(MyFrame *parent, const wxString& cmd, const wxString& input)
330 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
331 EVT_MENU(Exec_Quit, MyFrame::OnQuit)
332 EVT_MENU(Exec_Kill, MyFrame
412 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size) function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/printing/
H A Dprinting.cpp60 MyFrame *frame = (MyFrame *) NULL;
97 frame = new MyFrame((wxFrame *) NULL, _T("wxWidgets Printing Demo"),
176 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
177 EVT_MENU(WXPRINT_QUIT, MyFrame::OnExit)
178 EVT_MENU(WXPRINT_PRINT, MyFrame::OnPrint)
179 EVT_MENU(WXPRINT_PREVIEW, MyFrame::OnPrintPreview)
180 EVT_MENU(WXPRINT_PAGE_SETUP, MyFrame::OnPageSetup)
181 EVT_MENU(WXPRINT_ABOUT, MyFrame::OnPrintAbout)
183 EVT_MENU(WXPRINT_PRINT_PS, MyFrame
195 MyFrame::MyFrame(wxFrame *frame, const wxString& title, const wxPoint& pos, const wxSize& size): function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/scrollsub/
H A Dscrollsub.cpp29 class MyFrame;
106 // MyFrame
108 class MyFrame: public wxFrame class in inherits:wxFrame
111 MyFrame();
123 DECLARE_DYNAMIC_CLASS(MyFrame)
377 // MyFrame
383 IMPLEMENT_DYNAMIC_CLASS( MyFrame, wxFrame )
385 BEGIN_EVENT_TABLE(MyFrame,wxFrame)
386 EVT_MENU (ID_ABOUT, MyFrame::OnAbout)
387 EVT_MENU (ID_QUIT, MyFrame
391 MyFrame::MyFrame() function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/popup/
H A Dpopup.cpp254 class MyFrame : public wxFrame class in inherits:wxFrame
257 MyFrame(const wxString& title);
258 virtual ~MyFrame();
279 MyFrame *m_frame;
293 m_frame = new MyFrame(_T("Popup wxWidgets App"));
309 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
310 EVT_MENU(Minimal_Quit, MyFrame::OnQuit)
311 EVT_MENU(Minimal_About, MyFrame::OnAbout)
312 EVT_MENU(Minimal_TestDialog, MyFrame::OnTestDialog)
313 EVT_BUTTON(Minimal_StartSimplePopup, MyFrame
317 MyFrame::MyFrame(const wxString& title) function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/ipc/
H A Dclient.h27 class MyFrame;
34 MyFrame *GetFrame() { return m_frame; };
37 MyFrame *m_frame;
41 class MyFrame: public wxFrame class in inherits:wxFrame
44 MyFrame(wxFrame *frame, const wxString& title);
H A Dserver.h21 class MyFrame;
28 MyFrame *GetFrame() { return m_frame; };
31 MyFrame *m_frame;
37 class MyFrame : public wxFrame class in inherits:wxFrame
40 MyFrame(wxFrame *frame, const wxString& title);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/keyboard/
H A Dkeyboard.cpp55 class MyFrame : public wxFrame class in inherits:wxFrame
59 MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size,
62 ~MyFrame() { delete m_logTarget; }
214 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
215 EVT_MENU(Keyboard_Quit, MyFrame::OnQuit)
216 EVT_MENU(Keyboard_About, MyFrame::OnAbout)
218 EVT_MENU(Keyboard_Clear, MyFrame::OnClear)
219 EVT_MENU(Keyboard_Skip, MyFrame::OnSkip)
220 EVT_MENU(Keyboard_ShowRaw, MyFrame::OnShowRaw)
222 EVT_SIZE(MyFrame
262 MyFrame::MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size, long style) function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/opengl/penguin/
H A Dpenguin.cpp44 MyFrame *frame = new MyFrame(NULL, wxT("wxWidgets Penguin Sample"),
64 // MyFrame
67 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
68 EVT_MENU(wxID_OPEN, MyFrame::OnMenuFileOpen)
69 EVT_MENU(wxID_EXIT, MyFrame::OnMenuFileExit)
70 EVT_MENU(wxID_HELP, MyFrame::OnMenuHelpAbout)
73 // MyFrame constructor
74 MyFrame::MyFrame(wxFram function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/demos/fractal/
H A Dfractal.cpp64 class MyFrame: public wxFrame class in inherits:wxFrame
67 MyFrame(wxFrame *frame, const wxString& title, const wxPoint& pos, const wxSize& size);
96 MyFrame *frame = new MyFrame(NULL, _T("Fractal Mountains for wxWidgets"), wxDefaultPosition, wxSize(640, 480));
116 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
117 EVT_CLOSE(MyFrame::OnCloseWindow)
118 EVT_MENU(wxID_EXIT, MyFrame::OnExit)
122 MyFrame::MyFrame(wxFrame *frame, const wxString& title, const wxPoint& pos, const wxSize& size): function in class:MyFrame
128 void MyFrame
[all...]

Completed in 205 milliseconds

1234567