|
/opt/src/beast/bse/bseundostack.h
SYNOPSIS
| struct
| BseUndoGroup; |
| struct
| _BseUndoStack; |
| struct
| _BseUndoStep; |
| |
| void
| bse_undo_group_close
| (self); |
| void
| bse_undo_group_open
| (self, name); |
| const BseUndoStep*
| bse_undo_group_peek_last_atom
| (self, stamp_p); |
| gchar*
| bse_undo_pointer_pack
| (item, ustack); |
| gpointer
| bse_undo_pointer_unpack
| (packed_pointer, ustack); |
| void
| bse_undo_stack_add_merger
| (self, name); |
| void
| bse_undo_stack_clean_dirty
| (self); |
| void
| bse_undo_stack_clear
| (self); |
| guint
| bse_undo_stack_depth
| (self); |
| void
| bse_undo_stack_destroy
| (self); |
| gboolean
| bse_undo_stack_dirty
| (self); |
| BseUndoStack*
| bse_undo_stack_dummy
| (); |
| void
| bse_undo_stack_force_dirty
| (self); |
| void
| bse_undo_stack_ignore_steps
| (self); |
| void
| bse_undo_stack_limit
| (self, max_steps); |
| BseUndoStack*
| bse_undo_stack_new
| (project, notify); |
| const gchar*
| bse_undo_stack_peek
| (self); |
| void
| bse_undo_stack_push
| (self, ustep); |
| void
| bse_undo_stack_push_add_on
| (self, ustep); |
| void
| bse_undo_stack_remove_merger
| (self); |
| void
| bse_undo_stack_undo
| (self); |
| void
| bse_undo_stack_unignore_steps
| (self); |
| void
| bse_undo_step_exec
| (ustep, ustack); |
| void
| bse_undo_step_free
| (ustep); |
| BseUndoStep*
| bse_undo_step_new
| (undo_func, undo_free, n_data_fields); |
DESCRIPTION
BseUndoGroup | | /opt/src/beast/bse/bseundostack.h:29 |
_BseUndoStack | | /opt/src/beast/bse/bseundostack.h:38 |
_BseUndoStep | | /opt/src/beast/bse/bseundostack.h:57 |
bse_undo_group_close | | /opt/src/beast/bse/bseundostack.h:83 |
bse_undo_group_open | | /opt/src/beast/bse/bseundostack.h:76 |
bse_undo_group_peek_last_atom | | /opt/src/beast/bse/bseundostack.h:107 |
bse_undo_pointer_pack | | /opt/src/beast/bse/bseundostack.h:102 |
bse_undo_pointer_unpack | | /opt/src/beast/bse/bseundostack.h:104 |
bse_undo_stack_add_merger | | /opt/src/beast/bse/bseundostack.h:85 |
bse_undo_stack_clean_dirty | | /opt/src/beast/bse/bseundostack.h:89 |
bse_undo_stack_clear | | /opt/src/beast/bse/bseundostack.h:87 |
bse_undo_stack_depth | | /opt/src/beast/bse/bseundostack.h:92 |
bse_undo_stack_destroy | | /opt/src/beast/bse/bseundostack.h:91 |
bse_undo_stack_dirty | | /opt/src/beast/bse/bseundostack.h:88 |
bse_undo_stack_dummy | | /opt/src/beast/bse/bseundostack.h:70 |
bse_undo_stack_force_dirty | | /opt/src/beast/bse/bseundostack.h:90 |
bse_undo_stack_ignore_steps | | /opt/src/beast/bse/bseundostack.h:77 |
bse_undo_stack_limit | | /opt/src/beast/bse/bseundostack.h:74 |
bse_undo_stack_new | | /opt/src/beast/bse/bseundostack.h:72 |
bse_undo_stack_peek | | /opt/src/beast/bse/bseundostack.h:94 |
bse_undo_stack_push | | /opt/src/beast/bse/bseundostack.h:79 |
bse_undo_stack_push_add_on | | /opt/src/beast/bse/bseundostack.h:81 |
bse_undo_stack_remove_merger | | /opt/src/beast/bse/bseundostack.h:86 |
bse_undo_stack_undo | | /opt/src/beast/bse/bseundostack.h:93 |
bse_undo_stack_unignore_steps | | /opt/src/beast/bse/bseundostack.h:82 |
bse_undo_step_exec | | /opt/src/beast/bse/bseundostack.h:99 |
bse_undo_step_free | | /opt/src/beast/bse/bseundostack.h:100 |
bse_undo_step_new | | /opt/src/beast/bse/bseundostack.h:97 |
|
|