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 Heraia_Hex (GtkHex). | |
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 286 of file libheraia.h.
Document definition related to Heraia_Hex (GtkHex).
Definition at line 288 of file libheraia.h.
Referenced by doc_t_document_get_filename(), ghex_compare_data(), ghex_find_backward(), ghex_find_decode(), ghex_find_forward(), ghex_set_data(), heraia_hex_document_save(), heraia_hex_document_save_as(), new_doc_t(), on_redo_activate(), on_undo_activate(), and refresh_file_labels().
GtkWidget* doc_t::hex_widget |
hexwidget corresponding to the document
Definition at line 289 of file libheraia.h.
Referenced by add_new_tab_in_main_window(), close_doc_t(), fdft_search_direction(), find_prev_bt_clicked(), find_replace_add_ghex_widget(), fr_get_search_string(), fr_replace_data(), fr_search_forward(), ghex_find_backward(), ghex_find_decode(), ghex_find_forward(), goto_dialog_ok(), hex_document_find_decode(), interpret(), load_file_to_analyse(), load_mp_files_filenames(), new_doc_t(), on_copy_activate(), on_cut_activate(), on_delete_activate(), on_mp_display_offset_bt_toggled(), on_new_activate(), on_open_activate(), on_paste_activate(), populate_stats_histos(), refresh_file_labels(), rw_add_one_tab_from_find_all_bt(), save_mp_files_filenames(), and tree_selection_changed().
gboolean doc_t::modified |
If hex_doc->changed <> modified then the document has something changed that may need an upate.
Definition at line 290 of file libheraia.h.
Referenced by new_doc_t(), on_close_activate(), on_redo_activate(), on_save_activate(), on_save_as_activate(), on_undo_activate(), refresh_file_labels(), and unsaved_documents().