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