Table Of Contents

Previous topic

ScrolledMessageDialog

Next topic

Command

This Page

phoenix_title docview


class_hierarchy Inheritance Diagram

Inheritance diagram for module docview

Inheritance diagram of docview


function_summary Functions Summary

FileExists Returns True if the path exists.
FileNameFromPath Returns the filename for a full path.
FindExtension Returns the extension of a filename for a full path.
PathOnly Returns the path of a full path without the filename.

class_summary Classes Summary

Command wxCommand is a base class for modelling an application command, which is
CommandProcessor wxCommandProcessor is a class that maintains a history of wxCommands, with
DocChildFrame The wxDocChildFrame class provides a default frame for displaying
DocManager The wxDocManager class is part of the document/view framework supported by
DocMDIChildFrame The wxDocMDIChildFrame class provides a default frame for displaying
DocMDIParentFrame The wxDocMDIParentFrame class provides a default top-level frame for
DocParentFrame The wxDocParentFrame class provides a default top-level frame for
DocPrintout DocPrintout is a default Printout that prints the first page of a document
DocTemplate The wxDocTemplate class is used to model the relationship between a
Document The document class can be used to model an application’s file-based data. It
View The view class can be used to model the viewing and editing component of

Functions



FileExists(path)

Returns True if the path exists.



FileNameFromPath(path)

Returns the filename for a full path.



FindExtension(path)

Returns the extension of a filename for a full path.



PathOnly(path)

Returns the path of a full path without the filename.