IntelliPhoto  0.4
IntelliToolLine Class Reference

#include <IntelliToolLine.h>

Inheritance diagram for IntelliToolLine:
Collaboration diagram for IntelliToolLine:

Public Member Functions

 IntelliToolLine (PaintingArea *Area, IntelliColorPicker *colorPicker)
 
virtual ~IntelliToolLine () override
 
virtual void onMouseRightPressed (int x, int y) override
 
virtual void onMouseRightReleased (int x, int y) override
 
virtual void onMouseLeftPressed (int x, int y) override
 
virtual void onMouseLeftReleased (int x, int y) override
 
virtual 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
PaintingAreaArea
 
IntelliColorPickercolorPicker
 
LayerObjectActive
 
LayerObjectCanvas
 
bool drawing = false
 

Detailed Description

Definition at line 13 of file IntelliToolLine.h.

Constructor & Destructor Documentation

◆ IntelliToolLine()

IntelliToolLine::IntelliToolLine ( PaintingArea Area,
IntelliColorPicker colorPicker 
)

Definition at line 6 of file IntelliToolLine.cpp.

◆ ~IntelliToolLine()

IntelliToolLine::~IntelliToolLine ( )
overridevirtual

Definition at line 13 of file IntelliToolLine.cpp.

Member Function Documentation

◆ onMouseLeftPressed()

void IntelliToolLine::onMouseLeftPressed ( int  x,
int  y 
)
overridevirtual

Reimplemented from IntelliTool.

Definition at line 26 of file IntelliToolLine.cpp.

Here is the call graph for this function:

◆ onMouseLeftReleased()

void IntelliToolLine::onMouseLeftReleased ( int  x,
int  y 
)
overridevirtual

Reimplemented from IntelliTool.

Definition at line 33 of file IntelliToolLine.cpp.

Here is the call graph for this function:

◆ onMouseMoved()

void IntelliToolLine::onMouseMoved ( int  x,
int  y 
)
overridevirtual

Reimplemented from IntelliTool.

Definition at line 37 of file IntelliToolLine.cpp.

Here is the call graph for this function:

◆ onMouseRightPressed()

void IntelliToolLine::onMouseRightPressed ( int  x,
int  y 
)
overridevirtual

Reimplemented from IntelliTool.

Definition at line 18 of file IntelliToolLine.cpp.

Here is the call graph for this function:

◆ onMouseRightReleased()

void IntelliToolLine::onMouseRightReleased ( int  x,
int  y 
)
overridevirtual

Reimplemented from IntelliTool.

Definition at line 22 of file IntelliToolLine.cpp.

Here is the call graph for this function:

The documentation for this class was generated from the following files: