#include <scbpage.h>
Data Fields | |
ScbPageAttributes | attributes |
ScbPageId | id |
ScbPageOptHist | actions |
ScbStrokes | strokes |
ScbStrokes | del_strokes |
int | timestamp |
gboolean | is_blob_loaded |
Definition at line 116 of file scbpage.h.
page attributes
Definition at line 118 of file scbpage.h.
Referenced by notepad::CNotepadDoc::add_page(), erscribble_page_dump(), erscribble_page_get_length(), erscribble_page_load(), erscribble_page_new(), erscribble_page_set_minor_version_number(), erscribble_page_set_size(), erscribble_page_write_stream(), notepad::CNotepadDoc::insert_page(), and notepad::CNotepadDoc::on_scribble_begin().
deleted stroke list of the page
Definition at line 122 of file scbpage.h.
Referenced by erscribble_page_clear(), and erscribble_page_clear_strokes().
page id
Definition at line 119 of file scbpage.h.
Referenced by notepad::CNotepadDoc::add_page(), erscribble_doc_delete_page_impl(), erscribble_doc_get_page(), erscribble_doc_insert_page_impl(), erscribble_doc_save_page(), erscribble_page_dump(), erscribble_page_new(), erscribble_pages_add_page(), erscribble_pages_change_page_id(), erscribble_pages_detach_page(), erscribble_pages_get_page(), erscribble_pages_remove_page(), notepad::CNotepadDoc::insert_page(), load_page_data(), load_pages_basic_data(), notepad::CNotepadDoc::on_scribble_begin(), and save_page_data().
gboolean _ScbPage::is_blob_loaded |
if the blob of a page has been loaded, erscribble need not acess the metadb again
Definition at line 124 of file scbpage.h.
Referenced by erscribble_doc_delete_page_impl(), erscribble_page_new(), load_page_data(), remove_oldest_page_data(), and save_page_data().
stroke list of the page
Definition at line 121 of file scbpage.h.
Referenced by erscribble_page_add_stroke(), erscribble_page_clear(), erscribble_page_clear_strokes(), erscribble_page_dump(), erscribble_page_erase_hit_test(), erscribble_page_get_length(), erscribble_page_get_stroke_count(), erscribble_page_get_strokes(), erscribble_page_load(), erscribble_page_new(), erscribble_page_write_stream(), and remove_oldest_page_data().
timestamp of last access to this page.
Definition at line 123 of file scbpage.h.
Referenced by remove_oldest_page_data(), and update_timestamp().