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. |