Laxkit  0.0.7.1
Public Member Functions | Public Attributes
Laxkit::TextUndo Class Reference

Class to hold info for undos in text edit boxes. More...

Inheritance diagram for Laxkit::TextUndo:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 TextUndo (Undoable *editor, int t, const char *str, long l, long s, long e)
virtual const charDescription ()
- Public Member Functions inherited from Laxkit::UndoData
virtual ~UndoData ()
virtual int isUndoable ()
virtual int isRedoable ()

Public Attributes

int type
chartext
long start
long end
- Public Attributes inherited from Laxkit::UndoData
Undoablecontext
anObjectdata
clock_t time
int direction
int isauto
UndoDataprev
UndoDatanext

Detailed Description

Class to hold info for undos in text edit boxes.


The documentation for this class was generated from the following file:

Mon Feb 17 2014 11:53:00, Laxkit