Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
dt_undo_item_t Struct Reference
+ Collaboration diagram for dt_undo_item_t:

Data Fields

gpointer user_data
 
dt_undo_type_t type
 
dt_undo_data_t data
 
double ts
 
gboolean is_group
 
void(* undo )(gpointer user_data, dt_undo_type_t type, dt_undo_data_t data, dt_undo_action_t action, GList **imgs)
 
void(* free_data )(gpointer data)
 

Field Documentation

◆ data

◆ free_data

void(* dt_undo_item_t::free_data) (gpointer data)

Referenced by _free_undo_data(), and _undo_record().

◆ is_group

gboolean dt_undo_item_t::is_group

◆ ts

double dt_undo_item_t::ts

Referenced by _undo_do_undo_redo(), and _undo_record().

◆ type

◆ undo

void(* dt_undo_item_t::undo) (gpointer user_data, dt_undo_type_t type, dt_undo_data_t data, dt_undo_action_t action, GList **imgs)

Referenced by _undo_do_undo_redo(), and _undo_record().

◆ user_data

gpointer dt_undo_item_t::user_data

Referenced by _undo_do_undo_redo(), and _undo_record().


The documentation for this struct was generated from the following file: