#include <scbstroke.h>
Data Fields | |
ScbStrokeAttributes | attributes |
ScbRect | rect |
ScbPoints | points |
Definition at line 78 of file scbstroke.h.
Attributes of the stroke
Definition at line 80 of file scbstroke.h.
Referenced by erscribble_page_get_length(), erscribble_stroke_driver_draw(), erscribble_stroke_driver_draw_point(), erscribble_stroke_get_color(), erscribble_stroke_get_shape(), erscribble_stroke_get_size(), erscribble_stroke_line_hit_test(), erscribble_stroke_load(), erscribble_stroke_new(), erscribble_stroke_new_with_attributes(), erscribble_stroke_point_hit_test(), erscribble_stroke_set_color(), erscribble_stroke_set_shape(), erscribble_stroke_set_size(), erscribble_stroke_write_stream(), erscribble_strokes_erase_driver_draw(), and notepad::CNotepadDoc::on_scribble_begin().
Scribble points list
Definition at line 83 of file scbstroke.h.
Referenced by erscribble_stroke_add_point(), erscribble_stroke_driver_draw(), erscribble_stroke_dump(), erscribble_stroke_free(), erscribble_stroke_get_point_count(), erscribble_stroke_get_point_data(), erscribble_stroke_line_hit_test(), erscribble_stroke_new(), erscribble_stroke_new_with_attributes(), erscribble_stroke_point_hit_test(), and erscribble_stroke_write_stream().
Out bounding rectangle of the stroke, it can be used for hit test
Definition at line 81 of file scbstroke.h.
Referenced by erscribble_stroke_add_point(), erscribble_stroke_line_hit_test(), erscribble_stroke_new(), erscribble_stroke_new_with_attributes(), and erscribble_stroke_point_hit_test().