• 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

14 The wxDocManager class is part of the document/view framework supported by wxWidgets,
46 Stores the integer to be used for the next default document name.
90 A list of all document templates.
97 Constructor. Create a document manager instance dynamically near the start of your application
98 before doing any document or view operations.
126 Adds the document to the list of documents.
140 Adds the template to the document manager's template list.
154 Creates a new document in a manner determined by the {\it flags} parameter, which can be:
157 \item wxDOC\_NEW Creates a fresh document.
158 \item wxDOC\_SILENT Silently loads the given document file.
161 If wxDOC\_NEW is present, a new document will be created and returned, possibly after
162 asking the user for a template to use if there is more than one document template.
163 If wxDOC\_SILENT is present, a new document will be created and the given file loaded
169 will delete the oldest currently loaded document before creating a new one.
176 Creates a new view for the given document. If more than one view is allowed for the
177 document (by virtue of multiple templates mentioning the same document type), a choice
233 Use this menu for appending recently-visited document filenames, for convenient
246 an approximate method of finding a template for creating a document.
253 Returns the document associated with the currently active view (if any).
342 Returns the name to be used for a new document. The default implementation
364 Closes and deletes the currently active document.
378 Creates a document from a list of templates (if more than one template).
385 Creates a new document and reads in the selected file.
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.
413 Removes the document from the list of documents.
422 Under Windows, pops up a file selector with a list of filters corresponding to document templates.
425 On other platforms, if there is more than one document template a choice list is popped up,
431 If you override this method in your document manager it must return
442 Returns a document template by asking the user (if there is more than one template).
462 Returns a document template by asking the user (if there is more than one template),
465 those relevant to the document in question, and often there will only be one such.