Laxkit
0.0.7.1
|
Class to hold info for undos in text edit boxes. More...
Public Member Functions | |
TextUndo (Undoable *editor, int t, const char *str, long l, long s, long e) | |
virtual const char * | Description () |
Public Member Functions inherited from Laxkit::UndoData | |
virtual | ~UndoData () |
virtual int | isUndoable () |
virtual int | isRedoable () |
Public Attributes | |
int | type |
char * | text |
long | start |
long | end |
Public Attributes inherited from Laxkit::UndoData | |
Undoable * | context |
anObject * | data |
clock_t | time |
int | direction |
int | isauto |
UndoData * | prev |
UndoData * | next |
Class to hold info for undos in text edit boxes.