Data Structures
Here are the data structures with brief descriptions:
all_window_prop_t | Structure to keep window properties for each window |
data_type_t | Data type structure entry that contains user defined data types This is integrated within a GList |
data_window_t | Data interpretor window structure |
date_and_time_t | A human struct to store a date with a time |
decode_generic_t | Basic way to have as many as we want decoding functions corresponding to one label |
decode_parameters_t | Used to pass decoding options to the functions |
decode_t | Basic way to associate a decode function and an entry that will receive the result |
doc_t | Proposal for a structure that will group all informations about a single document |
heraia_plugin_t | Complete plugin structure |
heraia_window_t | This is the main structure (mainly named main_window due to historycal reasons) It contains all things that the program needs |
histo_infos_t | |
Options | Structure Options gives a way to store program options passed from the command line |
plugin_filter_t | |
plugin_info_t | Detailed information about a plugin |
prefs_t | Data type related to preferences |
stat_t | This is the stat structure |
tab_t | Tabulation structure to be used in the GtkNoteBook of data_interpretor's window |
treatment_container_t | Structure in order to contain one treatment |
treatment_t | Treatment structure |
value_t | |
window_prop_t | Window properties
- position (x,y) record window's position
- displayed (boolean) say whether the window is displayed or not
|
xml_t | Structure that contains all the xml definitions loaded at running time using libglade |