#include <painter.h>
Inheritance diagram for Painter:
Public Slots | |
void | slotColor () |
void | slotWidth (int) |
void | slotShape (int) |
void | append (const QString &) |
void | sendOutput (const QString &) |
Public Member Functions | |
Painter (QWidget *parent=0, const char *name=0, Master *session=0) | |
~Painter () | |
Public Attributes | |
Canvas * | canvas |
QToolButton * | color_button |
QSpinBox * | size_box |
QComboBox * | shape_combo |
Protected Slots | |
virtual void | languageChange () |
Protected Attributes | |
QGridLayout * | PainterLayout |
|
Definition at line 32 of file painter.cpp. References canvas, color_button, languageChange(), PainterLayout, sendOutput(), shape_combo, size_box, slotColor(), slotShape(), and slotWidth(). |
|
Definition at line 71 of file painter.cpp. |
|
Implements Page. Definition at line 102 of file painter.cpp. References canvas, Canvas::CIRCLE, Canvas::draw(), Canvas::LINE, and Canvas::TEXT. |
|
Definition at line 79 of file painter.cpp. References color_button, and shape_combo. Referenced by Painter(). |
|
Definition at line 140 of file painter.cpp. References Master::context(), Page::getMaster(), MtpContext::getValue(), and Master::send(). Referenced by Painter(). |
|
Definition at line 88 of file painter.cpp. References canvas, Canvas::penColor(), and Canvas::setPenColor(). Referenced by Painter(). |
|
Definition at line 98 of file painter.cpp. References canvas, Canvas::setDrawingShape(), and Canvas::Shape. Referenced by Painter(). |
|
Definition at line 94 of file painter.cpp. References canvas, and Canvas::setPenWidth(). Referenced by Painter(). |
|
Definition at line 36 of file painter.h. Referenced by append(), Painter(), slotColor(), slotShape(), and slotWidth(). |
|
Definition at line 37 of file painter.h. Referenced by languageChange(), and Painter(). |
|
Definition at line 49 of file painter.h. Referenced by Painter(). |
|
Definition at line 39 of file painter.h. Referenced by languageChange(), and Painter(). |
|
Definition at line 38 of file painter.h. Referenced by Painter(). |