Class TvxBitmapUndoList
Unit
xomDXGraphics
Declaration
type TvxBitmapUndoList = class(TCollection)
Description
TvxBitmapUndoList
Hierarchy
- TCollection
- TvxBitmapUndoList
Overview
Methods
Properties
Description
Methods
 |
procedure AfterConstruction; override; |
|
|
 |
procedure BeforeDestruction; override; |
|
|
 |
procedure LockList; virtual; |
|
|
 |
procedure UnLockList; virtual; |
|
|
 |
function CanUndo: Boolean; virtual; |
|
|
 |
function CanRedo: Boolean; virtual; |
|
|
 |
procedure EnumUndoSteps (AResult: TxomStrings); virtual; |
|
|
 |
procedure Undo (ABitmap: TvxBitmap32; ARedoTitle: WideString = ''); virtual; |
|
|
 |
procedure UndoToStep (ABitmap: TvxBitmap32; AStep: Integer = 0); virtual; |
|
|
 |
procedure Redo (ABitmap: TvxBitmap32; AUndoTitle: WideString = ''); virtual; |
|
|
 |
procedure Reset; virtual; |
|
|
Properties
 |
property Enabled: Boolean read FEnabled write FEnabled; |
|
|
 |
property MaxUndoCount: Integer read FMaxUndoCount write FMaxUndoCount; |
|
|
 |
property UndoHint: WideString read GetUndoHint; |
|
|
 |
property RedoHint: WideString read GetRedoHint; |
|
|
 |
property StorageFolder: WideString read FStorageFolder write SetStorageFolder; |
|
|
 |
property OnChanged: TNotifyEvent read FOnChanged write FOnChanged; |
|
|
 |
property OnAfterUndo: TNotifyEvent read FOnAfterUndo write FOnAfterUndo; |
|
|
 |
property OnAfterRedo: TNotifyEvent read FOnAfterRedo write FOnAfterRedo; |
|
|
Generated by PasDoc 0.15.0.
|