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