#include <libheraia.h>
Data Fields | |
gchar * | name |
Treatment name. | |
TreatmentDoFunc | do_it |
Treatment function that manages the whole treatment (interface + treatment itself). | |
TreatmentInitFunc | init |
inits the interface | |
TreatmentDelFunc | kill |
kills the treatment itself | |
TreatmentCopyFunc | copy |
Copy the gpointer data sub structure of the treatment itself. | |
gpointer | data |
Generic treatment data. |
Definition at line 194 of file libheraia.h.
Copy the gpointer data sub structure of the treatment itself.
Definition at line 200 of file libheraia.h.
Referenced by copy_treatment(), and init_treatments().
gpointer treatment_t::data |
Generic treatment data.
Each instantiated treatment may have it's own
Definition at line 201 of file libheraia.h.
Referenced by copy_treatment(), fill_treatment_combobox(), find_treatment(), and treatment_reverse_init().
Treatment function that manages the whole treatment (interface + treatment itself).
Definition at line 197 of file libheraia.h.
Referenced by copy_treatment(), init_treatments(), refresh_one_ud_data_interpretor(), and update_treatment_container_list_entries().
inits the interface
Definition at line 198 of file libheraia.h.
Referenced by copy_treatment(), create_treatment_container_widget(), and init_treatments().
kills the treatment itself
Definition at line 199 of file libheraia.h.
Referenced by copy_treatment(), destroy_container_widget(), and init_treatments().
gchar* treatment_t::name |
Treatment name.
Definition at line 196 of file libheraia.h.
Referenced by copy_treatment(), create_treatment_container_widget(), fill_treatment_combobox(), find_treatment(), and init_treatments().