ARB
|
#include <gb_undo.h>
Public Attributes | |
long | max_size_of_all_undos |
g_b_undo_list * | valid_u |
g_b_undo_header * | u |
g_b_undo_header * | r |
long g_b_undo_mgr::max_size_of_all_undos |
Definition at line 63 of file gb_undo.h.
Referenced by g_b_check_undo_size(), gb_init_undo_stack(), and GB_set_undo_mem().
g_b_undo_list* g_b_undo_mgr::valid_u |
Definition at line 64 of file gb_undo.h.
Referenced by gb_check_in_undo_create(), gb_check_in_undo_delete(), gb_check_in_undo_modify(), gb_disable_undo(), and gb_set_undo_sync().
g_b_undo_header* g_b_undo_mgr::u |
Definition at line 65 of file gb_undo.h.
Referenced by g_b_check_undo_size(), gb_free_all_undos(), gb_free_undo_stack(), gb_init_undo_stack(), gb_set_undo_sync(), GB_undo(), and GB_undo_info().
g_b_undo_header* g_b_undo_mgr::r |
Definition at line 66 of file gb_undo.h.
Referenced by g_b_check_undo_size(), gb_disable_undo(), gb_free_all_undos(), gb_free_undo_stack(), gb_init_undo_stack(), gb_set_undo_sync(), GB_undo(), and GB_undo_info().