adjusted indentation with astyle; added Id keyword
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -9,15 +9,15 @@
|
||||
/**
|
||||
@class wxCommand
|
||||
@wxheader{cmdproc.h}
|
||||
|
||||
|
||||
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.
|
||||
|
||||
|
||||
@library{wxcore}
|
||||
@category{FIXME}
|
||||
|
||||
|
||||
@seealso
|
||||
Overview
|
||||
*/
|
||||
@@ -89,14 +89,14 @@ public:
|
||||
/**
|
||||
@class wxCommandProcessor
|
||||
@wxheader{cmdproc.h}
|
||||
|
||||
|
||||
wxCommandProcessor is a class that maintains a history of wxCommands,
|
||||
with undo/redo functionality built-in. Derive a new class from this
|
||||
if you want different behaviour.
|
||||
|
||||
|
||||
@library{wxcore}
|
||||
@category{FIXME}
|
||||
|
||||
|
||||
@seealso
|
||||
@ref overview_wxcommandprocessoroverview "wxCommandProcessor overview",
|
||||
wxCommand
|
||||
@@ -173,14 +173,14 @@ public:
|
||||
|
||||
/**
|
||||
Returns a boolean value that indicates if changes have been made since
|
||||
the last save operation. This only works if
|
||||
the last save operation. This only works if
|
||||
MarkAsSaved()
|
||||
is called whenever the project is saved.
|
||||
*/
|
||||
virtual bool IsDirty();
|
||||
|
||||
/**
|
||||
You must call this method whenever the project is saved if you plan to use
|
||||
You must call this method whenever the project is saved if you plan to use
|
||||
IsDirty().
|
||||
*/
|
||||
virtual void MarkAsSaved();
|
||||
|
Reference in New Issue
Block a user