Home | Trees | Index | Help |
|
---|
Package wx :: Package lib :: Module docview |
|
Classes | |
---|---|
Command |
wxCommand is a base class for modelling an application command, which is an action usually performed by selecting a menu item, pressing a toolbar button or any other means provided by the application to change the data or view. |
CommandProcessor |
wxCommandProcessor is a class that maintains a history of wxCommands, with undo/redo functionality built-in. |
DocChildFrame |
The wxDocChildFrame class provides a default frame for displaying documents on separate windows. |
DocManager |
The wxDocManager class is part of the document/view framework supported by wxWindows, and cooperates with the wxView, wxDocument and wxDocTemplate classes. |
DocMDIChildFrame |
The wxDocMDIChildFrame class provides a default frame for displaying documents on separate windows. |
DocMDIParentFrame |
The wxDocMDIParentFrame class provides a default top-level frame for applications using the document/view framework. |
DocParentFrame |
The wxDocParentFrame class provides a default top-level frame for applications using the document/view framework. |
DocPrintout |
DocPrintout is a default Printout that prints the first page of a document view. |
DocTemplate |
The wxDocTemplate class is used to model the relationship between a document class and a view class. |
Document |
The document class can be used to model an application's file-based data. |
View |
The view class can be used to model the viewing and editing component of an application's file-based data. |
Function Summary | |
---|---|
Returns True if the path exists. | |
Returns the filename for a full path. | |
Returns the extension of a filename for a full path. | |
Returns the path of a full path without the filename. |
Variable Summary | |
---|---|
int |
DEFAULT_DOCMAN_FLAGS = 0 |
int |
DEFAULT_TEMPLATE_FLAGS = 1 |
int |
DOC_MDI = 2 |
int |
DOC_NEW = 4 |
int |
DOC_NO_VIEW = 32 |
int |
DOC_OPEN_ONCE = 16 |
int |
DOC_SDI = 1 |
int |
DOC_SILENT = 8 |
int |
MAX_FILE_HISTORY = 9 |
int |
TEMPLATE_INVISIBLE = 2 |
int |
TEMPLATE_NO_CREATE = 5 |
int |
TEMPLATE_VISIBLE = 1 |
Function Details |
---|
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. |
Variable Details |
---|
DEFAULT_DOCMAN_FLAGS
|
DEFAULT_TEMPLATE_FLAGS
|
DOC_MDI
|
DOC_NEW
|
DOC_NO_VIEW
|
DOC_OPEN_ONCE
|
DOC_SDI
|
DOC_SILENT
|
MAX_FILE_HISTORY
|
TEMPLATE_INVISIBLE
|
TEMPLATE_NO_CREATE
|
TEMPLATE_VISIBLE
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:09:29 2007 | http://epydoc.sf.net |