Steppable 0.0.1
A CAS project written from scratch in C++
|
#include <imstb_textedit.h>
Public Attributes | |
StbUndoRecord | undo_rec [IMSTB_TEXTEDIT_UNDOSTATECOUNT] |
IMSTB_TEXTEDIT_CHARTYPE | undo_char [IMSTB_TEXTEDIT_UNDOCHARCOUNT] |
short | undo_point |
short | redo_point |
int | undo_char_point |
int | redo_char_point |
int StbUndoState::redo_char_point |
short StbUndoState::redo_point |
IMSTB_TEXTEDIT_CHARTYPE StbUndoState::undo_char[IMSTB_TEXTEDIT_UNDOCHARCOUNT] |
int StbUndoState::undo_char_point |
short StbUndoState::undo_point |
StbUndoRecord StbUndoState::undo_rec[IMSTB_TEXTEDIT_UNDOSTATECOUNT] |