#include <textedit.h>
Inheritance diagram for ht_undo_data:
Public Member Functions | |
ht_undo_data () | |
virtual bool | combine (ht_undo_data *ud) |
virtual UINT | getsize ()=0 |
virtual void | gettext (char *text, UINT maxlen)=0 |
virtual void | apply (ht_text_editor *te)=0 |
virtual void | unapply (ht_text_editor *te, bool *goto_only)=0 |
|
Definition at line 159 of file textedit.cc. |
|
|
Reimplemented in ht_undo_data_delete_string, ht_undo_data_delete_string2, ht_undo_data_insert_string, and ht_undo_data_overwrite_string. Definition at line 163 of file textedit.cc. Referenced by ht_text_editor_undo::insert_undo(). |
|
|
|