Data Structures
Here are the data structures with brief descriptions:
all_window_prop_t | Structure to keep window properties for each window |
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 |
fdft_t | |
heraia_plugin_t | Complete plugin structure |
heraia_struct_t | This is the main structure |
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 |
selection_t | A structure to manage a single selection |
stat_t | This is the stat structure |
tab_t | Tabulation structure to be used in the GtkNoteBook of data_interpretor's window |
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 GtkBuilder |