Skip to content

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

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 AppLauncher#

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

function closeOnButtonPressed#

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

function widget#

QWidget * AppLauncher::widget () override

Protected Functions Documentation#

function type#

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