#include <qt_drawing_context.hpp>
Inheritance diagram for qt_drawing_context:
Public Member Functions | |
qt_drawing_context (QPainter &p) | |
virtual | ~qt_drawing_context (void) |
virtual void | draw_point (double x, double y) |
virtual void | draw_line (double x1, double y1, double x2, double y2) |
Private Attributes | |
QPainter & | m_p |
Definition at line 28 of file qt_drawing_context.hpp.
|
Definition at line 23 of file qt_drawing_context.cpp. |
|
Definition at line 28 of file qt_drawing_context.cpp. |
|
Implements drawing_context. Definition at line 37 of file qt_drawing_context.cpp. References m_p. |
|
Implements drawing_context. Definition at line 32 of file qt_drawing_context.cpp. References m_p. |
|
Definition at line 31 of file qt_drawing_context.hpp. Referenced by draw_line(), and draw_point(). |