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