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