• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/

Lines Matching refs:document

3 The document class can be used to model an application's file-based
4 data. It is part of the document/view framework supported by wxWidgets,
28 A pointer to the command processor associated with this document.
34 Filename associated with this document (``" if none).
40 true if the document has been modified, false otherwise.
46 A pointer to the template from which this document was created.
52 Document title. The document title is used for an associated
60 The document type name given to the wxDocTemplate constructor, copied to this
61 variable when the document is created. If several document templates are
62 created that use the same document type, this variable is used in wxDocManager::CreateView
64 document. Do not change the value of this variable.
70 List of wxView instances associated with this document.
83 Destructor. Removes itself from the document manager.
95 Closes the document, by calling OnSaveModified and then (if this returned true) OnCloseDocument.
96 This does not normally delete the document object: use DeleteAllViews to do this implicitly.
103 delete the document itself, because the wxView destructor calls RemoveView. This
105 save and delete the document if no views exist.
111 Returns a pointer to the command processor associated with this document.
119 Gets a pointer to the template that created the document.
125 Gets a pointer to the associated document manager.
131 Gets the document type name for this document. See the comment for \helpref{documentTypeName}{documenttypename}.
137 Intended to return a suitable window for using as a parent for document-related
144 Gets the filename associated with this document, or "" if none is
151 A convenience function to get the first view for a document, because
152 in many cases a document will only have a single view.
160 Copies a suitable document name into the supplied {\it name} buffer. The default
171 Gets the title for this document. The document title is used for an associated
179 Returns the list whose elements are the views on the document.
187 Returns true if the document has been modified since the last save, false otherwise.
188 You may need to override this if your document view maintains its own
189 record of being modified (for example if using wxTextWindow to view and edit the document).
201 automatically when the document contents need to be loaded.
210 Call with true to mark the document as modified since the last save, false otherwise.
211 You may need to override this if your document view maintains its own
212 record of being modified (for example if using wxTextWindow to view and edit the document).
220 Called when a view is added to or deleted from this document. The default
221 implementation saves and deletes the document if no views exist (the last
230 supply additional behaviour when the document is closed with Close.
236 Called just after the document object is created to give it a chance
238 template associated with the document to create an initial view.
239 If this function returns false, the document is deleted.
246 to be created when the document is created. By default, it returns
256 document, and notifies the views that the filename (in fact, the title) has changed.
263 and calls LoadObject. If LoadObject returns true, the document is set to
264 unmodified; otherwise, an error message box is displayed. The document's
266 to update their titles. All of the document's views are then updated.
273 and calls SaveObject. If SaveObject returns true, the document is set to
280 If the document has been modified, prompts the user to ask if the changes should
282 document is marked as unmodified and the function succeeds. If Cancel, the
289 Removes the view from the document's list of views, and calls OnChangedViewList.
295 Saves the document by calling OnSaveDocument if there is an associated filename,
312 automatically when the document contents need to be saved.
321 Sets the command processor to be used for this document. The document will then be responsible
331 Sets the document type name for this document. See the comment for \helpref{documentTypeName}{documenttypename}.
337 Sets the pointer to the template that created the document. Should only be called by the
344 Sets the filename for this document. Usually called by the framework.
352 Sets the title for this document. The document title is used for an associated