Searched refs:wxDocument (Results 1 - 25 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Ddocument.tex1 \section{\class{wxDocument}}\label{wxdocument}
19 \helpref{wxDocument overview}{wxdocumentoverview}, \helpref{wxView}{wxview},\rtfsp
24 \membersection{wxDocument::m\_commandProcessor}\label{wxdocumentmcommandprocessor}
30 \membersection{wxDocument::m\_documentFile}\label{wxdocumentmdocumentfile}
36 \membersection{wxDocument::m\_documentModified}\label{wxdocumentmdocumentmodified}
42 \membersection{wxDocument::m\_documentTemplate}\label{wxdocumentmdocumenttemplate}
48 \membersection{wxDocument::m\_documentTitle}\label{wxdocumentmdocumenttitle}
56 \membersection{wxDocument::m\_documentTypeName}\label{documenttypename}
66 \membersection{wxDocument::m\_documentViews}\label{wxdocumentmdocumentviews}
72 \membersection{wxDocument
[all...]
H A Ddocchfrm.tex7 and cooperates with the \helpref{wxView}{wxview}, \helpref{wxDocument}{wxdocument},
29 \member{wxDocument*}{m\_childDocument}
41 \func{}{wxDocChildFrame}{\param{wxDocument* }{doc}, \param{wxView* }{view}, \param{wxFrame* }{parent},
56 \constfunc{wxDocument*}{GetDocument}{\void}
82 \func{void}{SetDocument}{\param{wxDocument *}{doc}}
H A Ddocmdich.tex7 and cooperates with the \helpref{wxView}{wxview}, \helpref{wxDocument}{wxdocument},
30 \member{wxDocument*}{m\_childDocument}
42 \func{}{wxDocMDIChildFrame}{\param{wxDocument* }{doc}, \param{wxView* }{view}, \param{wxFrame* }{parent},
57 \constfunc{wxDocument*}{GetDocument}{\void}
83 \func{void}{SetDocument}{\param{wxDocument *}{doc}}
H A Dview.tex16 and cooperates with the \helpref{wxDocument}{wxdocument}, \helpref{wxDocTemplate}{wxdoctemplate}
30 \helpref{wxView overview}{wxviewoverview}, \helpref{wxDocument}{wxdocument}, \helpref{wxDocTemplate}{wxdoctemplate},\rtfsp
37 \member{wxDocument*}{m\_viewDocument}
90 \constfunc{wxDocument*}{GetDocument}{\void}
134 Implements closing behaviour. The default implementation calls wxDocument::Close
137 call to wxDocument::Close succeeded. For example, if your views
151 \func{virtual bool}{OnCreate}{\param{wxDocument* }{doc}, \param{long}{ flags}}
153 wxDocManager or wxDocument creates a wxView via a wxDocTemplate.
157 elements to view and/or edit the contents of the wxDocument.
192 \func{void}{SetDocument}{\param{wxDocument* }{do
[all...]
H A Ddoctempl.tex16 \helpref{wxDocTemplate overview}{wxdoctemplateoverview}, \helpref{wxDocument}{wxdocument}, \helpref{wxView}{wxview}
151 \func{wxDocument *}{CreateDocument}{\param{const wxString\& }{path}, \param{long}{ flags = 0}}
158 calls wxDocument::OnCreate.
162 \func{wxView *}{CreateView}{\param{wxDocument *}{doc}, \param{long}{ flags = 0}}
218 \func{bool}{InitDocument}{\param{wxDocument* }{doc}, \param{const wxString\& }{path}, \param{long}{ flags = 0}}
220 Initialises the document, calling wxDocument::OnCreate. This is called from
H A Ddocmanag.tex15 and cooperates with the \helpref{wxView}{wxview}, \helpref{wxDocument}{wxdocument}\rtfsp
29 \helpref{wxDocManager overview}{wxdocmanageroverview}, \helpref{wxDocument}{wxdocument},\rtfsp
124 \func{void}{AddDocument}{\param{wxDocument *}{doc}}
152 \func{wxDocument*}{CreateDocument}{\param{const wxString\& }{path}, \param{long}{ flags}}
174 \func{wxView*}{CreateView}{\param{wxDocument*}{doc}, \param{long}{ flags}}
251 \func{wxDocument *}{GetCurrentDocument}{\void}
392 Reverts the current document by calling wxDocument::Revert for the current document.
399 Saves the current document by calling wxDocument::Save for the current document.
406 Calls wxDocument::SaveAs for the current document.
411 \func{void}{RemoveDocument}{\param{wxDocument *}{do
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddocview.cpp81 IMPLEMENT_ABSTRACT_CLASS(wxDocument, wxEvtHandler)
125 // Definition of wxDocument
128 wxDocument::wxDocument(wxDocument *parent) function in class:wxDocument
137 bool wxDocument::DeleteContents()
142 wxDocument::~wxDocument()
158 bool wxDocument::Close()
166 bool wxDocument
[all...]
H A Ddocmdi.cpp107 m_childDocument = (wxDocument*) NULL;
116 wxDocMDIChildFrame::wxDocMDIChildFrame(wxDocument *doc, wxView *view, wxMDIParentFrame *frame, wxWindowID id,
123 bool wxDocMDIChildFrame::Create(wxDocument *doc, wxView *view, wxMDIParentFrame *frame, wxWindowID id,
193 m_childDocument = (wxDocument *) NULL;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Ddocview.h28 class WXDLLIMPEXP_FWD_CORE wxDocument; variable in typeref:class:WXDLLIMPEXP_FWD_CORE
63 class WXDLLEXPORT wxDocument : public wxEvtHandler class in inherits:wxEvtHandler
66 wxDocument(wxDocument *parent = (wxDocument *) NULL);
67 virtual ~wxDocument();
171 wxDocument* m_documentParent;
182 DECLARE_ABSTRACT_CLASS(wxDocument)
183 DECLARE_NO_COPY_CLASS(wxDocument)
189 // wxView(wxDocument *do
[all...]
H A Ddocmdi.h65 wxDocMDIChildFrame(wxDocument *doc, wxView *view, wxMDIParentFrame *frame, wxWindowID id,
70 bool Create(wxDocument *doc,
86 inline wxDocument *GetDocument() const { return m_childDocument; }
88 inline void SetDocument(wxDocument *doc) { m_childDocument = doc; }
94 wxDocument* m_childDocument;
/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 Ddoc.cpp38 IMPLEMENT_DYNAMIC_CLASS(DrawingDocument, wxDocument)
48 wxDocument::SaveObject(stream);
68 wxDocument::SaveObject(stream);
92 wxDocument::LoadObject(stream);
109 wxDocument::LoadObject(stream);
329 IMPLEMENT_DYNAMIC_CLASS(TextEditDocument, wxDocument)
357 return (wxDocument::IsModified() || view->textsw->IsModified());
360 return wxDocument::IsModified();
367 wxDocument::Modify(mod);
H A Ddocview.h27 wxFrame *CreateChildFrame(wxDocument *doc, wxView *view, bool isCanvas);
H A Ddoc.h49 class DrawingDocument: public wxDocument
87 class TextEditDocument: public wxDocument
H A Dview.cpp43 bool DrawingView::OnCreate(wxDocument *doc, long WXUNUSED(flags) )
154 bool TextEditView::OnCreate(wxDocument *doc, long WXUNUSED(flags) )
/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 Ddoc.cpp36 IMPLEMENT_DYNAMIC_CLASS(DrawingDocument, wxDocument)
46 wxDocument::SaveObject(stream);
66 wxDocument::SaveObject(stream);
90 wxDocument::LoadObject(stream);
107 wxDocument::LoadObject(stream);
327 IMPLEMENT_DYNAMIC_CLASS(TextEditDocument, wxDocument)
348 return (wxDocument::IsModified() || view->textsw->IsModified());
351 return wxDocument::IsModified();
358 wxDocument::Modify(mod);
H A Ddocview.h29 wxMDIChildFrame *CreateChildFrame(wxDocument *doc, wxView *view, bool isCanvas);
H A Ddoc.h49 class DrawingDocument: public wxDocument
87 class TextEditDocument: public wxDocument
H A Dview.cpp43 bool DrawingView::OnCreate(wxDocument *doc, long WXUNUSED(flags) )
133 bool TextEditView::OnCreate(wxDocument *doc, long WXUNUSED(flags) )
/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 Ddoc.cpp33 IMPLEMENT_DYNAMIC_CLASS(DiagramDocument, wxDocument)
54 wxDocument::SaveObject(stream);
73 wxDocument::LoadObject(stream);
94 wxDocument::SaveObject(stream);
112 wxDocument::LoadObject(stream);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/ogl/studio/
H A Ddoc.h27 class csDiagramDocument: public wxDocument
H A Dmainfrm.h46 csMDIChildFrame(wxDocument* doc, wxView* view, wxMDIParentFrame *parent, wxWindowID id, const wxString& title, const wxPoint& pos, const wxSize& size, long style);
H A Dstudio.h69 wxMDIChildFrame *CreateChildFrame(wxDocument *doc, wxView *view, wxMenu** editMenu);

Completed in 87 milliseconds

12