|
IntelliPhoto
0.4
|
#include <IntelliToolPlain.h>


Public Member Functions | |
| IntelliToolPlainTool (PaintingArea *Area, IntelliColorPicker *colorPicker) | |
| void | onMouseLeftPressed (int x, int y) override |
| void | onMouseLeftReleased (int x, int y) override |
| void | onMouseRightPressed (int x, int y) override |
| void | onMouseRightReleased (int x, int y) override |
| void | onMouseMoved (int x, int y) override |
Public Member Functions inherited from IntelliTool | |
| IntelliTool (PaintingArea *Area, IntelliColorPicker *colorPicker) | |
| virtual | ~IntelliTool ()=0 |
Additional Inherited Members | |
Protected Attributes inherited from IntelliTool | |
| PaintingArea * | Area |
| IntelliColorPicker * | colorPicker |
| LayerObject * | Active |
| LayerObject * | Canvas |
| bool | drawing = false |
Definition at line 7 of file IntelliToolPlain.h.
| IntelliToolPlainTool::IntelliToolPlainTool | ( | PaintingArea * | Area, |
| IntelliColorPicker * | colorPicker | ||
| ) |
Definition at line 5 of file IntelliToolPlain.cpp.
|
overridevirtual |
Reimplemented from IntelliTool.
Definition at line 9 of file IntelliToolPlain.cpp.

|
overridevirtual |
Reimplemented from IntelliTool.
Definition at line 15 of file IntelliToolPlain.cpp.

|
overridevirtual |
Reimplemented from IntelliTool.
Definition at line 28 of file IntelliToolPlain.cpp.

|
overridevirtual |
Reimplemented from IntelliTool.
Definition at line 19 of file IntelliToolPlain.cpp.

|
overridevirtual |
Reimplemented from IntelliTool.
Definition at line 23 of file IntelliToolPlain.cpp.
