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 55 of file scribble.cc. |
|
Definition at line 122 of file scribble.cc. References draw_brush(), and pixmap. |
|
Definition at line 67 of file scribble.cc. |
|
Definition at line 105 of file scribble.cc. References gc, pixmap, x, and y. Referenced by button_press_event_impl(), and motion_notify_event_impl(). |
|
Definition at line 89 of file scribble.cc. |
|
Definition at line 130 of file scribble.cc. References draw_brush(), pixmap, x, and y. |
|
Definition at line 40 of file scribble.cc. Referenced by configure_event_impl(), draw_brush(), and expose_event_impl(). |
|
Definition at line 39 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 42 of file scribble.cc. Referenced by configure_event_impl(). |
|
Definition at line 41 of file scribble.cc. Referenced by configure_event_impl(), and expose_event_impl(). |