|
IntelliPhoto
0.4
|
#include <IntelliTool.h>


Public Member Functions | |
| IntelliTool (PaintingArea *Area, IntelliColorPicker *colorPicker) | |
| virtual | ~IntelliTool ()=0 |
| virtual void | onMouseRightPressed (int x, int y) |
| virtual void | onMouseRightReleased (int x, int y) |
| virtual void | onMouseLeftPressed (int x, int y) |
| virtual void | onMouseLeftReleased (int x, int y) |
| virtual void | onMouseMoved (int x, int y) |
Protected Attributes | |
| PaintingArea * | Area |
| IntelliColorPicker * | colorPicker |
| LayerObject * | Active |
| LayerObject * | Canvas |
| bool | drawing = false |
Definition at line 10 of file IntelliTool.h.
| IntelliTool::IntelliTool | ( | PaintingArea * | Area, |
| IntelliColorPicker * | colorPicker | ||
| ) |
Definition at line 4 of file IntelliTool.cpp.
|
pure virtual |
Definition at line 10 of file IntelliTool.cpp.
|
virtual |
Reimplemented in IntelliToolLine, IntelliToolPen, and IntelliToolPlainTool.
Definition at line 25 of file IntelliTool.cpp.


|
virtual |
Reimplemented in IntelliToolLine, IntelliToolPen, and IntelliToolPlainTool.
Definition at line 32 of file IntelliTool.cpp.


|
virtual |
Reimplemented in IntelliToolLine, IntelliToolPen, and IntelliToolPlainTool.
Definition at line 41 of file IntelliTool.cpp.


|
virtual |
Reimplemented in IntelliToolLine, IntelliToolPen, and IntelliToolPlainTool.
Definition at line 14 of file IntelliTool.cpp.

|
virtual |
Reimplemented in IntelliToolLine, IntelliToolPen, and IntelliToolPlainTool.
Definition at line 21 of file IntelliTool.cpp.

|
protected |
Definition at line 19 of file IntelliTool.h.
|
protected |
Definition at line 16 of file IntelliTool.h.
|
protected |
Definition at line 20 of file IntelliTool.h.
|
protected |
Definition at line 17 of file IntelliTool.h.
|
protected |
Definition at line 21 of file IntelliTool.h.