Heraia
0.1.8
|
Basic way to have as many as we want decoding functions corresponding to one label. More...
#include <libheraia.h>
Data Fields | |
GPtrArray * | decode_array |
Pointer Array of decode_t functions and corresponding entries. More... | |
GtkWidget * | label |
label for these decoding functions More... | |
guint | data_size |
size of what we may decode More... | |
gboolean | fixed_size |
says whether we can modify data_size or not More... | |
Basic way to have as many as we want decoding functions corresponding to one label.
This structure is basicaly one row in the data intrepretor window
Definition at line 176 of file libheraia.h.
guint decode_generic_t::data_size |
size of what we may decode
Definition at line 180 of file libheraia.h.
Referenced by get_decode_struct(), new_decode_generic_t(), and refresh_one_row().
GPtrArray* decode_generic_t::decode_array |
Pointer Array of decode_t functions and corresponding entries.
Definition at line 178 of file libheraia.h.
Referenced by get_decode_struct(), new_decode_generic_t(), and refresh_one_row().
gboolean decode_generic_t::fixed_size |
says whether we can modify data_size or not
Definition at line 181 of file libheraia.h.
Referenced by new_decode_generic_t(), and refresh_one_row().
GtkWidget* decode_generic_t::label |
label for these decoding functions
Definition at line 179 of file libheraia.h.
Referenced by fdft_category_cb_changed(), and new_decode_generic_t().