Searched refs:CreateView (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddoctempl.tex113 you will need to derive a new wxDocTemplate class and override the CreateView
140 {\tt Wx::DocTemplate::CreateView()} must be overridden}
160 \membersection{wxDocTemplate::CreateView}\label{wxdoctemplatecreateview}
162 \func{wxView *}{CreateView}{\param{wxDocument *}{doc}, \param{long}{ flags = 0}}
H A Ddocmanag.tex172 \membersection{wxDocManager::CreateView}\label{wxdocmanagercreateview}
174 \func{wxView*}{CreateView}{\param{wxDocument*}{doc}, \param{long}{ flags}}
463 displaying a list of valid views. This function is used in wxDocManager::CreateView.
H A Dtdocview.tex148 objects dynamically, you must override wxDocTemplate::CreateView
193 and wxDocTemplate::CreateView to return instances of the appropriate class.
H A Ddocument.tex62 created that use the same document type, this variable is used in wxDocManager::CreateView
H A Ddb.tex540 \membersection{wxDb::CreateView}\label{wxdbcreateviews}
542 \func{bool}{CreateView}{\param{const wxString \&}{ viewName},
574 db.CreateView("PARTS_SD1", "PN, PD, QTY",
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddocview.h271 virtual wxView *CreateView(wxDocument *doc, long flags = 0);
314 // Called by CreateDocument and CreateView to create the actual document/view object.
369 virtual wxView *CreateView(wxDocument *doc, long flags = 0);
H A Ddb.h667 bool CreateView(const wxString &viewName, const wxString &colList, const wxString &pSqlStmt, bool attemptDrop=true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp504 if (GetDocumentTemplate()->CreateView(this, flags))
781 wxView *wxDocTemplate::CreateView(wxDocument *doc, long flags) function in class:wxDocTemplate
1349 wxView *wxDocManager::CreateView(wxDocument *doc, long flags) function in class:wxDocManager
1375 wxView *view = temp->CreateView(doc, flags);
1385 wxView *view = temp->CreateView(doc, flags);
H A Ddb.cpp2168 /********** wxDb::CreateView() **********/
2169 bool wxDb::CreateView(const wxString &viewName, const wxString &colList, function in class:wxDb
2200 } // wxDb::CreateView()
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Dactivex.cpp620 HRESULT hr = oleDoc->CreateView(inPlaceSite, NULL,

Completed in 141 milliseconds