ARB
|
#include <gb_undo.h>
Public Attributes | |
g_b_undo_header * | father |
g_b_undo_entry * | entries |
g_b_undo_list * | next |
long | time_of_day |
long | sizeof_this |
g_b_undo_header* g_b_undo_list::father |
Definition at line 55 of file gb_undo.h.
Referenced by g_b_add_size_to_undo_entry(), gb_disable_undo(), and gb_set_undo_sync().
g_b_undo_entry* g_b_undo_list::entries |
Definition at line 56 of file gb_undo.h.
Referenced by delete_g_b_undo_list(), g_b_undo(), g_b_undo_info(), gb_disable_undo(), and new_g_b_undo_entry().
g_b_undo_list* g_b_undo_list::next |
Definition at line 57 of file gb_undo.h.
Referenced by delete_g_b_undo_header(), g_b_check_undo_size2(), g_b_undo(), gb_disable_undo(), gb_free_all_undos(), and gb_set_undo_sync().
long g_b_undo_list::sizeof_this |
Definition at line 59 of file gb_undo.h.
Referenced by g_b_add_size_to_undo_entry(), g_b_check_undo_size2(), and g_b_undo().