Public Member Functions | |
ScribbleDrawingArea () | |
Private Member Functions | |
virtual gint | configure_event_impl (GdkEventConfigure *event) |
virtual gint | expose_event_impl (GdkEventExpose *event) |
virtual gint | button_press_event_impl (GdkEventButton *event) |
virtual gint | motion_notify_event_impl (GdkEventMotion *event) |
void | draw_brush (gdouble x, gdouble y) |
Private Attributes | |
Gdk_Pixmap | pixmap |
Gdk_GC | gc |
Gdk_Window | win |
Gdk_Visual | visual |
|
Definition at line 56 of file scribble.cc. |
|
Definition at line 123 of file scribble.cc. References draw_brush(), and pixmap. |
|
Definition at line 68 of file scribble.cc. |
|
Definition at line 106 of file scribble.cc. References gc, pixmap, x, and y. Referenced by button_press_event_impl(), and motion_notify_event_impl(). |
|
Definition at line 90 of file scribble.cc. |
|
Definition at line 131 of file scribble.cc. References draw_brush(), pixmap, x, and y. |
|
Definition at line 41 of file scribble.cc. Referenced by configure_event_impl(), draw_brush(), and expose_event_impl(). |
|
Definition at line 40 of file scribble.cc. Referenced by button_press_event_impl(), configure_event_impl(), draw_brush(), expose_event_impl(), and motion_notify_event_impl(). |
|
Definition at line 43 of file scribble.cc. Referenced by configure_event_impl(). |
|
Definition at line 42 of file scribble.cc. Referenced by configure_event_impl(), and expose_event_impl(). |