ClassList > ArrowTool
Inherits the following classes: AbstractTwoPointTool
Public Functions
Type |
Name |
|
ArrowTool (QObject * parent=nullptr)
|
QRect |
boundingRect () override const
|
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
See AbstractTwoPointTool
Public Functions Documentation
explicit ArrowTool::ArrowTool (
QObject * parent=nullptr
)
function boundingRect
QRect ArrowTool::boundingRect () override const
function copy
CaptureTool * ArrowTool::copy (
QObject * parent=nullptr
) override
function description
QString ArrowTool::description () override const
function icon
QIcon ArrowTool::icon (
const QColor & background,
bool inEditor
) override const
function name
QString ArrowTool::name () override const
function process
void ArrowTool::process (
QPainter & painter,
const QPixmap & pixmap
) override
Protected Functions Documentation
function copyParams
void ArrowTool::copyParams (
const ArrowTool * from,
ArrowTool * to
)
function type
CaptureTool::Type ArrowTool::type () override const