TDE 0.1.0
 
Loading...
Searching...
No Matches
tde::widgets::Dock Class Reference

Dock widget. More...

#include <dock.hpp>

Inheritance diagram for tde::widgets::Dock:

Public Slots

void on_dock_apps_changed (const QList< app::Info > &apps)
 Handle the dock apps changed signal.
 

Signals

void request_launch_app (const app::Info &app)
 Emitted when the app is requested to be launched.
 

Public Member Functions

 Dock (QWidget *parent=nullptr)
 Construct a new Dock object.
 

Detailed Description

Dock widget.

Constructor & Destructor Documentation

◆ Dock()

tde::widgets::Dock::Dock ( QWidget *  parent = nullptr)

Construct a new Dock object.

Parameters
parentParent widget.

Member Function Documentation

◆ on_dock_apps_changed

void tde::widgets::Dock::on_dock_apps_changed ( const QList< app::Info > &  apps)
slot

Handle the dock apps changed signal.

Parameters
appsList of apps.

◆ request_launch_app

void tde::widgets::Dock::request_launch_app ( const app::Info app)
signal

Emitted when the app is requested to be launched.

Parameters
appApplication info.

The documentation for this class was generated from the following files: