ClassList > RedoTool
Inherits the following classes: AbstractActionTool
Public Functions
Type |
Name |
|
RedoTool (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
|
See AbstractActionTool
Protected Functions
Type |
Name |
CaptureTool::Type |
type () override const
|
Public Functions Documentation
explicit RedoTool::RedoTool (
QObject * parent=nullptr
)
bool RedoTool::closeOnButtonPressed () override const
function copy
CaptureTool * RedoTool::copy (
QObject * parent=nullptr
) override
function description
QString RedoTool::description () override const
function icon
QIcon RedoTool::icon (
const QColor & background,
bool inEditor
) override const
function name
QString RedoTool::name () override const
Protected Functions Documentation
function type
CaptureTool::Type RedoTool::type () override const