.. include:: headings.inc .. module:: lib.docview .. currentmodule:: lib.docview .. highlight:: python .. _lib.docview: ========================================================================================================================================== |phoenix_title| **docview** ========================================================================================================================================== | |class_hierarchy| Inheritance Diagram ===================================== Inheritance diagram for module **docview** .. raw:: html

Inheritance diagram of docview

| |function_summary| Functions Summary ==================================== ================================================================================ ================================================================================ :func:`~lib.docview.FileExists` Returns ``True`` if the path exists. :func:`~lib.docview.FileNameFromPath` Returns the filename for a full path. :func:`~lib.docview.FindExtension` Returns the extension of a filename for a full path. :func:`~lib.docview.PathOnly` Returns the path of a full path without the filename. ================================================================================ ================================================================================ | |class_summary| Classes Summary =============================== ================================================================================ ================================================================================ :ref:`lib.docview.Command` wxCommand is a base class for modelling an application command, which is :ref:`lib.docview.CommandProcessor` wxCommandProcessor is a class that maintains a history of wxCommands, with :ref:`lib.docview.DocChildFrame` The wxDocChildFrame class provides a default frame for displaying :ref:`lib.docview.DocManager` The wxDocManager class is part of the document/view framework supported by :ref:`lib.docview.DocMDIChildFrame` The wxDocMDIChildFrame class provides a default frame for displaying :ref:`lib.docview.DocMDIParentFrame` The wxDocMDIParentFrame class provides a default top-level frame for :ref:`lib.docview.DocParentFrame` The wxDocParentFrame class provides a default top-level frame for :ref:`lib.docview.DocPrintout` DocPrintout is a default Printout that prints the first page of a document :ref:`lib.docview.DocTemplate` The wxDocTemplate class is used to model the relationship between a :ref:`lib.docview.Document` The document class can be used to model an application's file-based data. It :ref:`lib.docview.View` The view class can be used to model the viewing and editing component of ================================================================================ ================================================================================ | .. toctree:: :maxdepth: 1 :hidden: lib.docview.Command lib.docview.CommandProcessor lib.docview.DocChildFrame lib.docview.DocManager lib.docview.DocMDIChildFrame lib.docview.DocMDIParentFrame lib.docview.DocParentFrame lib.docview.DocPrintout lib.docview.DocTemplate lib.docview.Document lib.docview.View Functions ------------ .. function:: FileExists(path) Returns ``True`` if the path exists. .. function:: FileNameFromPath(path) Returns the filename for a full path. .. function:: FindExtension(path) Returns the extension of a filename for a full path. .. function:: PathOnly(path) Returns the path of a full path without the filename.