#include <scbdoc.h>
Data Fields | |
ScbDocVersion | version |
ScbScreen | screen |
ScbPath | path |
ScbPages | pages |
ScbDocContext | context |
erMetadb | metadata_db |
Definition at line 128 of file scbdoc.h.
document context
Definition at line 134 of file scbdoc.h.
Referenced by erscribble_doc_add_map_item(), erscribble_doc_free_context(), erscribble_doc_get_current_state(), erscribble_doc_get_current_stroke_attributes(), erscribble_doc_init_context(), erscribble_doc_open_with_database(), and erscribble_doc_save_page().
the pointer of metadata db
Definition at line 135 of file scbdoc.h.
Referenced by erscribble_doc_delete_page_impl(), erscribble_doc_free_without_database(), erscribble_doc_new_with_database(), erscribble_doc_open_with_database(), load_application_data(), load_document_data(), load_page_data(), save_application_data(), and save_page_data().
list of the page intances
Definition at line 133 of file scbdoc.h.
Referenced by erscribble_doc_delete_page_impl(), erscribble_doc_dump(), erscribble_doc_free(), erscribble_doc_get_page(), erscribble_doc_get_pages(), erscribble_doc_new_with_database(), erscribble_doc_open_with_database(), load_pages_basic_data(), and remove_oldest_page_scribbles().
path of the target document, e.g. a pdf document
Definition at line 132 of file scbdoc.h.
Referenced by erscribble_doc_new_with_database(), erscribble_doc_open_with_database(), load_application_data(), load_document_data(), save_application_data(), and save_page_data().
screen data
Definition at line 131 of file scbdoc.h.
Referenced by erscribble_doc_free(), erscribble_doc_new_with_database(), load_application_data(), and save_application_data().
version data
Definition at line 130 of file scbdoc.h.
Referenced by erscribble_doc_free(), erscribble_doc_new_with_database(), erscribble_doc_save_page(), load_application_data(), and save_application_data().