Public Types | |
enum | { ADDED, REMOVED, SET_LINE } |
Public Member Functions | |
UndoNode () | |
Link to previous UndoNode. | |
Public Attributes | |
os::String | text |
uint | mode |
The text that changed. | |
uint | x |
ADDED, REMOVED or SET_LINE. | |
uint | y |
Column that was affected. | |
UndoNode * | next |
Row that was affected. | |
UndoNode * | previous |
Link to next UndoNode. | |