Searched refs:MyFrame (Results 1 - 25 of 158) sorted by relevance

1234567

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/applet/
H A Dapplet.cpp42 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
43 EVT_MENU(Minimal_Quit, MyFrame::OnQuit)
44 EVT_MENU(Minimal_About, MyFrame::OnAbout)
45 EVT_MENU(Minimal_Back, MyFrame::OnBack)
46 EVT_MENU(Minimal_Forward, MyFrame::OnForward)
67 MyFrame::MyFrame( function in class:MyFrame
100 void MyFrame::OnQuit(
111 void MyFrame::OnAbout(
121 void MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/mobile/styles/
H A Dstyles.cpp21 // MyFrame
24 BEGIN_EVENT_TABLE(MyFrame,wxFrame)
25 EVT_MENU(ID_ABOUT, MyFrame::OnAbout)
26 EVT_MENU(ID_QUIT, MyFrame::OnQuit)
27 EVT_CLOSE(MyFrame::OnCloseWindow)
30 MyFrame::MyFrame( wxWindow *parent, wxWindowID id, const wxString &title, function in class:MyFrame
54 void MyFrame::CreateMyMenuBar()
67 void MyFrame::OnAbout( wxCommandEvent &WXUNUSED(event) )
71 void MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/build/bakefiles/wxpresets/sample/
H A Dminimal.cpp56 class MyFrame : public wxFrame class in inherits:wxFrame
60 MyFrame(const wxString& title);
94 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
95 EVT_MENU(Minimal_Quit, MyFrame::OnQuit)
96 EVT_MENU(Minimal_About, MyFrame::OnAbout)
118 MyFrame *frame = new MyFrame(_T("Minimal wxWindows App"));
135 MyFrame::MyFrame(const wxString& title) function in class:MyFrame
169 void MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/minimal/
H A Dminimal.cpp61 class MyFrame : public wxFrame class in inherits:wxFrame
65 MyFrame(const wxString& title);
99 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
100 EVT_MENU(Minimal_Quit, MyFrame::OnQuit)
101 EVT_MENU(Minimal_About, MyFrame::OnAbout)
128 MyFrame *frame = new MyFrame(_T("Minimal wxWidgets App"));
145 MyFrame::MyFrame(const wxString& title) function in class:MyFrame
180 void MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/distrib/autopackage/sample/
H A Dminimal.cpp56 class MyFrame : public wxFrame class in inherits:wxFrame
60 MyFrame(const wxString& title);
94 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
95 EVT_MENU(Minimal_Quit, MyFrame::OnQuit)
96 EVT_MENU(Minimal_About, MyFrame::OnAbout)
118 MyFrame *frame = new MyFrame(_T("Minimal wxWindows App"));
135 MyFrame::MyFrame(const wxString& title) function in class:MyFrame
169 void MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/printing/
H A Dprinting.cpp45 class MyFrame : public wxFrame class in inherits:wxFrame
50 MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
51 virtual ~MyFrame();
101 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
102 EVT_MENU(Minimal_Quit, MyFrame::OnQuit)
103 EVT_MENU(wxID_ABOUT, MyFrame::OnAbout)
104 EVT_MENU(Minimal_Print, MyFrame::OnPrint)
105 EVT_MENU(Minimal_Preview, MyFrame::OnPreview)
106 EVT_MENU(Minimal_PageSetup, MyFrame::OnPageSetup)
107 EVT_MENU(Minimal_Open, MyFrame
162 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_sample2.cpp43 class MyFrame: public wxFrame class in inherits:wxFrame
52 MyFrame( wxWindow* parent, const wxChar *title );
53 ~MyFrame();
73 MyFrame *frame = new MyFrame(NULL, _("wxFrameLayout sample"));
99 /***** Immlementation for class MyFrame *****/
101 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
102 EVT_MENU( ID_LOAD, MyFrame::OnLoad )
103 EVT_MENU( ID_STORE, MyFrame::OnStore )
104 EVT_MENU( ID_QUIT, MyFrame
107 MyFrame::MyFrame( wxWindow* parent, const wxChar *title ) function in class:MyFrame
[all...]
H A Dfl_sample1.cpp42 class MyFrame: public wxFrame class in inherits:wxFrame
52 MyFrame( wxWindow* parent, const wxChar *title );
53 ~MyFrame();
72 MyFrame *frame = new MyFrame(NULL, _("wxFrameLayout sample"));
98 /***** Immlementation for class MyFrame *****/
100 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
101 EVT_MENU( ID_LOAD, MyFrame::OnLoad )
102 EVT_MENU( ID_STORE, MyFrame::OnStore )
103 EVT_MENU( ID_QUIT, MyFrame
106 MyFrame::MyFrame( wxWindow* parent, const wxChar *title ) function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/help/
H A Dhelp.cpp46 class MyFrame : public wxFrame class in inherits:wxFrame
50 MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
82 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
83 EVT_MENU(Minimal_Quit, MyFrame::OnQuit)
84 EVT_MENU(Minimal_Help, MyFrame::OnHelp)
85 EVT_CLOSE(MyFrame::OnClose)
113 MyFrame *frame = new MyFrame(_("HTML Help Sample"),
134 MyFrame::MyFrame(cons function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/zip/
H A Dzip.cpp41 class MyFrame : public wxFrame class in inherits:wxFrame
45 MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
77 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
78 EVT_MENU(Minimal_Quit, MyFrame::OnQuit)
79 EVT_MENU(Minimal_Back, MyFrame::OnBack)
80 EVT_MENU(Minimal_Forward, MyFrame::OnForward)
110 MyFrame *frame = new MyFrame(_("wxHtmlWindow testing application"),
132 MyFrame::MyFrame(cons function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/oleauto/
H A Doleauto.cpp65 class MyFrame : public wxFrame class in inherits:wxFrame
69 MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
104 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
105 EVT_MENU(OleAuto_Quit, MyFrame::OnQuit)
106 EVT_MENU(OleAuto_About, MyFrame::OnAbout)
107 EVT_MENU(OleAuto_Test, MyFrame::OnTest)
129 MyFrame *frame = new MyFrame(_T("OleAuto wxWidgets App"),
148 MyFrame::MyFrame(cons function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dogledit.h19 class MyFrame;
24 MyFrame *frame;
39 class MyFrame: public wxDocParentFrame class in inherits:wxDocParentFrame
41 DECLARE_CLASS(MyFrame)
48 MyFrame(wxDocManager *manager, wxFrame *parent, const wxString& title,
61 extern MyFrame *GetMainFrame(void);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/examples/hello-c++-wxwidgets/
H A Dhello.cc34 class MyFrame: public wxFrame class in inherits:wxFrame
37 MyFrame();
55 MyFrame *frame = new MyFrame();
64 MyFrame::MyFrame() function in class:MyFrame
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/dynamic/
H A Ddynamic.cpp37 class MyFrame: public wxFrame class in inherits:wxFrame
40 MyFrame(wxFrame *frame, wxChar *title, int x, int y, int w, int h);
52 class MySecondFrame: public MyFrame
70 MyFrame *frame = new MyFrame(NULL, _T("Dynamic wxWidgets App"), 50, 50, 450, 340);
87 // MyFrame
94 MyFrame *frame = (MyFrame*) window;
95 frame->SetStatusText( wxT("Hello from MyFrame"), 0 );
100 MyFrame function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/about/
H A Dabout.cpp43 class MyFrame : public wxFrame class in inherits:wxFrame
47 MyFrame(const wxString& title);
65 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
66 EVT_MENU(wxID_ABOUT, MyFrame::OnAbout)
67 EVT_MENU(wxID_EXIT, MyFrame::OnQuit)
92 MyFrame *frame = new MyFrame(_("wxHtmlWindow testing application"));
106 MyFrame::MyFrame(const wxString& title) function in class:MyFrame
126 void MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/resource/
H A Dresource.cpp71 MyFrame *frame = (MyFrame *) NULL;
102 frame = new MyFrame( (wxFrame *) NULL, wxID_ANY,
149 MyFrame *frame = (MyFrame*)(wxTheApp->GetTopWindow());
155 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
156 EVT_MENU(RESOURCE_ABOUT, MyFrame::OnAbout)
157 EVT_MENU(RESOURCE_QUIT, MyFrame::OnQuit)
158 EVT_MENU(RESOURCE_TESTDIALOG, MyFrame::OnTestDialog)
162 MyFrame function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/event/
H A Devent.cpp78 class MyFrame : public wxFrame class in inherits:wxFrame
82 MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
83 virtual ~MyFrame();
161 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
162 EVT_MENU(Event_Quit, MyFrame::OnQuit)
163 EVT_MENU(Event_About, MyFrame::OnAbout)
165 EVT_MENU(Event_Connect, MyFrame::OnConnect)
167 EVT_MENU(Event_Custom, MyFrame::OnFireCustom)
168 EVT_MENU(Event_Test, MyFrame::OnTest)
169 EVT_MENU(Event_Push, MyFrame
222 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/utils/helpview/src/
H A Dclient.cpp61 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
62 EVT_MENU(CLIENT_QUIT, MyFrame::OnExit)
63 EVT_MENU(CLIENT_HELPMAIN, MyFrame::OnHelp_Main)
64 EVT_MENU(CLIENT_HELPBOOK1, MyFrame::OnHelp_Book1)
65 EVT_MENU(CLIENT_HELPBOOK2, MyFrame::OnHelp_Book2)
67 EVT_MENU(CLIENT_HELPINDEX, MyFrame::OnHelp_Index)
68 EVT_MENU(CLIENT_HELPCONTENTS, MyFrame::OnHelp_Contents)
69 EVT_MENU(CLIENT_HELPSEARCH, MyFrame::OnHelp_Search)
70 EVT_MENU(CLIENT_HELPTITLE, MyFrame::OnHelp_Title)
71 EVT_MENU(CLIENT_HELPADDBOOK, MyFrame
149 MyFrame::MyFrame(wxFrame *frame, 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/html/virtual/
H A Dvirtual.cpp95 class MyFrame : public wxFrame class in inherits:wxFrame
99 MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
134 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
135 EVT_MENU(Minimal_Quit, MyFrame::OnQuit)
136 EVT_MENU(Minimal_Back, MyFrame::OnBack)
137 EVT_MENU(Minimal_Forward, MyFrame::OnForward)
159 MyFrame *frame = new MyFrame(_("wxHtmlWindow testing application"),
181 MyFrame::MyFrame(cons function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/html/widget/
H A Dwidget.cpp96 class MyFrame : public wxFrame class in inherits:wxFrame
100 MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size);
135 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
136 EVT_MENU(Minimal_Quit, MyFrame::OnQuit)
137 EVT_MENU(Minimal_Back, MyFrame::OnBack)
138 EVT_MENU(Minimal_Forward, MyFrame::OnForward)
160 MyFrame *frame = new MyFrame( _("wxHtmlWindow testing application"),
181 MyFrame::MyFrame(cons function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/xrc/
H A Dmyframe.cpp3 // Purpose: XML resources sample: A derived frame, called MyFrame
78 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
79 EVT_MENU(XRCID("unload_resource_menuitem"), MyFrame::OnUnloadResourceMenuCommand)
80 EVT_MENU(XRCID("reload_resource_menuitem"), MyFrame::OnReloadResourceMenuCommand)
81 EVT_MENU(wxID_EXIT, MyFrame::OnExitToolOrMenuCommand)
82 EVT_MENU(XRCID("non_derived_dialog_tool_or_menuitem"), MyFrame::OnNonDerivedDialogToolOrMenuCommand)
83 EVT_MENU(XRCID("derived_tool_or_menuitem"), MyFrame::OnDerivedDialogToolOrMenuCommand)
84 EVT_MENU(XRCID("controls_tool_or_menuitem"), MyFrame::OnControlsToolOrMenuCommand)
85 EVT_MENU(XRCID("uncentered_tool_or_menuitem"), MyFrame::OnUncenteredToolOrMenuCommand)
86 EVT_MENU(XRCID("custom_class_tool_or_menuitem"), MyFrame
98 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/contrib/samples/gizmos/led/
H A Dled.cpp76 class MyFrame : public wxFrame class in inherits:wxFrame
80 MyFrame(const wxString& title, const wxPoint& pos, const wxSize& size,
136 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
137 EVT_MENU(LED_Quit, MyFrame::OnQuit)
138 EVT_MENU(LED_Edit_Increment, MyFrame::OnIncrement)
139 EVT_MENU(LED_Edit_Decrement, MyFrame::OnDecrement)
140 EVT_MENU(LED_Edit_Small_Increment, MyFrame::OnSmallIncrement)
141 EVT_MENU(LED_Edit_Small_Decrement, MyFrame::OnSmallDecrement)
142 EVT_MENU(LED_Edit_SetValue, MyFrame::OnSetValue)
143 EVT_MENU(LED_Edit_AlignLeft, MyFrame
187 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/animate/
H A Danitest.cpp64 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
65 EVT_MENU(ID_PLAY, MyFrame::OnPlay)
66 EVT_MENU(ID_SET_NULL_ANIMATION, MyFrame::OnSetNullAnimation)
67 EVT_MENU(ID_SET_INACTIVE_BITMAP, MyFrame::OnSetInactiveBitmap)
68 EVT_MENU(ID_SET_NO_AUTO_RESIZE, MyFrame::OnSetNoAutoResize)
69 EVT_MENU(ID_SET_BGCOLOR, MyFrame::OnSetBgColor)
71 EVT_MENU(wxID_STOP, MyFrame::OnStop)
72 EVT_MENU(wxID_ABOUT, MyFrame::OnAbout)
73 EVT_MENU(wxID_EXIT, MyFrame::OnQuit)
75 EVT_MENU(wxID_OPEN, MyFrame
153 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/except/
H A Dexcept.cpp105 class MyFrame : public wxFrame class in inherits:wxFrame
109 MyFrame();
127 // catch exceptions which occur in MyFrame methods here
204 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
205 EVT_MENU(Except_Quit, MyFrame::OnQuit)
206 EVT_MENU(Except_About, MyFrame::OnAbout)
207 EVT_MENU(Except_Dialog, MyFrame::OnDialog)
208 EVT_MENU(Except_ThrowInt, MyFrame::OnThrowInt)
209 EVT_MENU(Except_ThrowString, MyFrame::OnThrowString)
210 EVT_MENU(Except_ThrowObject, MyFrame
318 MyFrame::MyFrame() function in class:MyFrame
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/memcheck/
H A Dmemcheck.cpp46 class MyFrame: public wxFrame class in inherits:wxFrame
48 MyFrame(wxFrame *parent);
60 MyFrame *frame = new MyFrame((wxFrame *) NULL);
121 BEGIN_EVENT_TABLE(MyFrame, wxFrame)
122 EVT_MENU(wxID_EXIT, MyFrame::OnQuit)
126 MyFrame::MyFrame(wxFrame *parent): function in class:MyFrame
131 void MyFrame::OnQuit(wxCommandEvent& WXUNUSED(event))

Completed in 239 milliseconds

1234567