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