CCIMXDesktop
Loading...
Searching...
No Matches
AppLauncherApp.h
1
#ifndef APPLAUNCHERAPP_H
2
#define APPLAUNCHERAPP_H
3
4
#include <appwidget.h>
5
6
#include "app_wrapper/applicationwrapper.h"
7
#include "appwidget.h"
8
9
class
DesktopMainWindow
;
10
16
class
AppLaunchLauncher
:
public
ApplicationWrapper
{
17
Q_OBJECT
18
public
:
23
explicit
AppLaunchLauncher
(
DesktopMainWindow
* parent);
24
30
void
depatch_app
()
override
;
31
32
signals:
36
void
indicate_open_launch_window
();
37
};
38
42
class
AppLauncherApp
:
public
AppWidget
{
43
Q_OBJECT
44
public
:
49
explicit
AppLauncherApp
(
DesktopMainWindow
* parent =
nullptr
);
50
56
void
do_daptch
()
override
;
57
58
signals:
62
void
indicate_open_launch_window
();
63
};
64
65
#endif
// APPLAUNCHERAPP_H
AppLaunchLauncher
Wrapper class to launch the settings application.
Definition
AppLauncherApp.h:16
AppLaunchLauncher::depatch_app
void depatch_app() override
Dispatches the settings application.
Definition
AppLauncherApp.cpp:22
AppLaunchLauncher::indicate_open_launch_window
void indicate_open_launch_window()
Signal emitted to indicate that the launch window should be opened.
AppLauncherApp
Widget class representing the settings application UI.
Definition
AppLauncherApp.h:42
AppLauncherApp::indicate_open_launch_window
void indicate_open_launch_window()
Signal emitted to indicate that the settings window should be opened.
AppLauncherApp::do_daptch
void do_daptch() override
Executes the dispatch operation for the settings app.
Definition
AppLauncherApp.cpp:13
AppWidget
The AppWidget class represents an application widget placed on the desktop.
Definition
appwidget.h:19
ApplicationWrapper
The ApplicationWrapper class is the process wrapper.
Definition
applicationwrapper.h:16
DesktopMainWindow
DesktopMainWindow is the main frontend window of the application. For beginners, this is the starting...
Definition
desktopmainwindow.h:33
builtin
window
applauncher
fakeapps
AppLauncherApp.h
Generated by
1.9.8