ClassList > LineTool
Inherits the following classes: AbstractTwoPointTool
Public Functions
Type |
Name |
|
LineTool (QObject * parent=nullptr)
|
CaptureTool * |
copy (QObject * parent=nullptr) override
|
QString |
description () override const
|
QIcon |
icon (const QColor & background, bool inEditor) override const
|
QString |
name () override const
|
void |
process (QPainter & painter, const QPixmap & pixmap) override
|
See AbstractTwoPointTool
See AbstractTwoPointTool
Protected Functions
Type |
Name |
CaptureTool::Type |
type () override const
|
See AbstractTwoPointTool
Public Functions Documentation
explicit LineTool::LineTool (
QObject * parent=nullptr
)
function copy
CaptureTool * LineTool::copy (
QObject * parent=nullptr
) override
function description
QString LineTool::description () override const
function icon
QIcon LineTool::icon (
const QColor & background,
bool inEditor
) override const
function name
QString LineTool::name () override const
function process
void LineTool::process (
QPainter & painter,
const QPixmap & pixmap
) override
Protected Functions Documentation
function type
CaptureTool::Type LineTool::type () override const