Skip to content

Class SizeDecreaseTool#

ClassList > SizeDecreaseTool

Inherits the following classes: AbstractActionTool

Public Functions#

Type Name
SizeDecreaseTool (QObject * parent=nullptr)
bool closeOnButtonPressed () 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

Public Functions inherited from AbstractActionTool#

See AbstractActionTool

Type Name
AbstractActionTool (QObject * parent=nullptr)
QRect boundingRect () override const
bool isSelectable () override const
bool isValid () override const
void paintMousePreview (QPainter & painter, const CaptureContext & context) override
void process (QPainter & painter, const QPixmap & pixmap) override
bool showMousePreview () override const

Protected Functions#

Type Name
CaptureTool::Type type () override const

Public Functions Documentation#

function SizeDecreaseTool#

explicit SizeDecreaseTool::SizeDecreaseTool (
    QObject * parent=nullptr
) 

function closeOnButtonPressed#

bool SizeDecreaseTool::closeOnButtonPressed () override const

function copy#

CaptureTool * SizeDecreaseTool::copy (
    QObject * parent=nullptr
) override

function description#

QString SizeDecreaseTool::description () override const

function icon#

QIcon SizeDecreaseTool::icon (
    const QColor & background,
    bool inEditor
) override const

function name#

QString SizeDecreaseTool::name () override const

Protected Functions Documentation#

function type#

CaptureTool::Type SizeDecreaseTool::type () override const