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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddocchfrm.tex1 \section{\class{wxDocChildFrame}}\label{wxdocchildframe}
3 The wxDocChildFrame class provides a default frame for displaying documents
27 \membersection{wxDocChildFrame::m\_childDocument}\label{wxdocchildframemchilddocument}
33 \membersection{wxDocChildFrame::m\_childView}\label{wxdocchildframemchildview}
39 \membersection{wxDocChildFrame::wxDocChildFrame}\label{wxdocchildframector}
41 \func{}{wxDocChildFrame}{\param{wxDocument* }{doc}, \param{wxView* }{view}, \param{wxFrame* }{parent},
48 \membersection{wxDocChildFrame::\destruct{wxDocChildFrame}}\label{wxdocchildframedtor}
50 \func{}{\destruct{wxDocChildFrame}}{\voi
[all...]
H A Dview.tex77 The prepackaged view frame wxDocChildFrame calls wxView::Activate from its OnActivate member.
155 wxView::OnCreate. In its OnCreate member function, the wxView can create a wxDocChildFrame
156 or a derived class. This wxDocChildFrame provides user interface
H A Dtdocview.tex15 \helpref{wxDocManager}{wxdocmanager}, \helpref{wxDocParentFrame}{wxdocparentframe}, \helpref{wxDocChildFrame}{wxdocchildframe},
47 \item Use the appropriate wxDocParentFrame and wxDocChildFrame classes. Construct an instance
48 of wxDocParentFrame in your wxApp::OnInit, and a wxDocChildFrame (if not single-window) when
H A Dcategory.tex462 \twocolitem{\helpref{wxDocChildFrame}{wxdocchildframe}}{A child frame for showing a document view}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/docview/
H A Ddocview.cpp175 wxDocChildFrame *subframe = new wxDocChildFrame(doc, view, GetMainFrame(), wxID_ANY, _T("Child Frame"),
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddocview.h486 class WXDLLEXPORT wxDocChildFrame : public wxFrame class in inherits:wxFrame
489 wxDocChildFrame(wxDocument *doc,
498 virtual ~wxDocChildFrame(){}
517 DECLARE_CLASS(wxDocChildFrame)
519 DECLARE_NO_COPY_CLASS(wxDocChildFrame)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp85 IMPLEMENT_CLASS(wxDocChildFrame, wxFrame)
1850 BEGIN_EVENT_TABLE(wxDocChildFrame, wxFrame)
1851 EVT_ACTIVATE(wxDocChildFrame::OnActivate)
1852 EVT_CLOSE(wxDocChildFrame::OnCloseWindow)
1855 wxDocChildFrame::wxDocChildFrame(wxDocument *doc, function in class:wxDocChildFrame
1873 bool wxDocChildFrame::ProcessEvent(wxEvent& event)
1890 void wxDocChildFrame::OnActivate(wxActivateEvent& event)
1898 void wxDocChildFrame::OnCloseWindow(wxCloseEvent& event)

Completed in 179 milliseconds