Proposal for a structure that will group all informations about a single document. More...
#include <libheraia.h>
Data Fields | |
Heraia_Document * | hex_doc |
Document definition related to libHeraia_Hex. | |
GtkWidget * | hex_widget |
hexwidget corresponding to the document | |
gboolean | modified |
If hex_doc->changed <> modified then the document has something changed that may need an upate. |
Proposal for a structure that will group all informations about a single document.
This structure is managed in heraia_io.c
Definition at line 264 of file libheraia.h.
Document definition related to libHeraia_Hex.
Definition at line 266 of file libheraia.h.
Referenced by doc_t_document_get_filename(), heraia_hex_document_save(), heraia_hex_document_save_as(), new_doc_t(), and refresh_file_labels().
GtkWidget* doc_t::hex_widget |
hexwidget corresponding to the document
Definition at line 267 of file libheraia.h.
Referenced by add_new_tab_in_main_struct(), interpret(), load_file_to_analyse(), new_doc_t(), on_open_activate(), populate_stats_histos(), and refresh_file_labels().
gboolean doc_t::modified |
If hex_doc->changed <> modified then the document has something changed that may need an upate.
Definition at line 268 of file libheraia.h.
Referenced by new_doc_t(), on_save_activate(), on_save_as_activate(), refresh_file_labels(), and unsaved_documents().