Searched refs:OnCreate (Results 1 - 17 of 17) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docview/
H A Dview.h48 bool OnCreate(wxDocument *doc, long flags);
69 bool OnCreate(wxDocument *doc, long flags);
H A Dview.cpp43 bool DrawingView::OnCreate(wxDocument *doc, long WXUNUSED(flags) ) function in class:DrawingView
154 bool TextEditView::OnCreate(wxDocument *doc, long WXUNUSED(flags) ) function in class:TextEditView
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docvwmdi/
H A Dview.h47 bool OnCreate(wxDocument *doc, long flags);
68 bool OnCreate(wxDocument *doc, long flags);
H A Dview.cpp43 bool DrawingView::OnCreate(wxDocument *doc, long WXUNUSED(flags) ) function in class:DrawingView
133 bool TextEditView::OnCreate(wxDocument *doc, long WXUNUSED(flags) ) function in class:TextEditView
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/ogledit/
H A Dview.h58 bool OnCreate(wxDocument *doc, long flags);
H A Dview.cpp44 bool DiagramView::OnCreate(wxDocument *doc, long WXUNUSED(flags)) function in class:DiagramView
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dview.tex149 \membersection{wxView::OnCreate}\label{wxviewoncreate}
151 \func{virtual bool}{OnCreate}{\param{wxDocument* }{doc}, \param{long}{ flags}}
155 wxView::OnCreate. In its OnCreate member function, the wxView can create a wxDocChildFrame
H A Ddoctempl.tex158 calls wxDocument::OnCreate.
220 Initialises the document, calling wxDocument::OnCreate. This is called from
H A Ddocument.tex232 \membersection{wxDocument::OnCreate}\label{wxdocumentoncreate}
234 \func{virtual bool}{OnCreate}{\param{const wxString\& }{path}, \param{long}{ flags}}
H A Dtdocview.tex138 at least the member functions OnCreate, OnDraw, OnUpdate and OnClose. You will probably
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Dview.h61 bool OnCreate(wxDocument *doc, long flags);
H A Dview.cpp86 bool csDiagramView::OnCreate(wxDocument *doc, long WXUNUSED(flags)) function in class:csDiagramView
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddocview.h109 virtual bool OnCreate(const wxString& path, long flags);
211 virtual bool OnCreate(wxDocument *WXUNUSED(doc), long WXUNUSED(flags)) { return true; }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/db/
H A Ddbtest.h162 void OnCreate(wxCommandEvent& event);
H A Ddbtest.cpp853 EVT_MENU(FILE_CREATE_ID, DatabaseDemoFrame::OnCreate)
889 void DatabaseDemoFrame::OnCreate(wxCommandEvent& WXUNUSED(event))
892 } // DatabaseDemoFrame::OnCreate()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp502 bool wxDocument::OnCreate(const wxString& WXUNUSED(path), long flags)
771 if (doc->OnCreate(path, flags))
788 if (view->OnCreate(doc, flags))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/wince/
H A Dwinmain.cpp42 // OnCreate
192 int OnCreate();
765 return OnCreate();
924 int OnCreate() { function

Completed in 283 milliseconds