#include <scbdoc.h>
Data Fields | |
ScbStrokeAttributes | curStrokeAttr |
ScbTBState | curState |
GArray * | table |
int | appId |
gboolean | need_save_app |
Definition at line 97 of file scbdoc.h.
current application id
Definition at line 102 of file scbdoc.h.
Referenced by erscribble_doc_init_context().
current toolbar status
Definition at line 100 of file scbdoc.h.
Referenced by erscribble_doc_get_current_state(), and erscribble_doc_init_context().
current stroke attributes, be used in runtime
Definition at line 99 of file scbdoc.h.
Referenced by erscribble_doc_get_current_stroke_attributes(), and erscribble_doc_init_context().
gboolean _ScbDocContext::need_save_app |
need save application data or not
Definition at line 103 of file scbdoc.h.
Referenced by erscribble_doc_init_context(), erscribble_doc_open_with_database(), and erscribble_doc_save_page().
GArray* _ScbDocContext::table |
a table mapping the icon and status
Definition at line 101 of file scbdoc.h.
Referenced by erscribble_doc_add_map_item(), erscribble_doc_free_context(), and erscribble_doc_init_context().