#include <scbpage.h>
Data Fields | |
unsigned short | minor_version |
ScbPageStyle | style |
ScbRect | area |
int | strokes_number |
Definition at line 108 of file scbpage.h.
page area
Definition at line 112 of file scbpage.h.
Referenced by erscribble_page_dump(), erscribble_page_new(), and erscribble_page_set_size().
unsigned short _ScbPageAttributes::minor_version |
minor version number of the scribble library
Definition at line 110 of file scbpage.h.
Referenced by erscribble_page_set_minor_version_number().
number of the strokes in a page
Definition at line 113 of file scbpage.h.
Referenced by erscribble_page_get_length(), and erscribble_page_load().
page style
Definition at line 111 of file scbpage.h.
Referenced by notepad::CNotepadDoc::add_page(), erscribble_page_dump(), notepad::CNotepadDoc::insert_page(), and notepad::CNotepadDoc::on_scribble_begin().