CCIMXDesktop
Loading...
Searching...
No Matches
SettingsApp.h
1
#ifndef SETTINGSAPP_H
2
#define SETTINGSAPP_H
3
4
#include "app_wrapper/applicationwrapper.h"
5
#include "appwidget.h"
6
7
class
DesktopMainWindow
;
8
14
class
SettingsLaunch
:
public
ApplicationWrapper
{
15
Q_OBJECT
16
public
:
21
explicit
SettingsLaunch
(
DesktopMainWindow
* parent);
22
28
void
depatch_app
()
override
;
29
30
signals:
34
void
indicate_open_settings_window
();
35
};
36
40
class
SettingsApp
:
public
AppWidget
{
41
Q_OBJECT
42
public
:
47
explicit
SettingsApp
(
DesktopMainWindow
* parent =
nullptr
);
48
54
void
do_daptch
()
override
;
55
56
signals:
60
void
indicate_open_settings_window
();
61
};
62
63
#endif
// SETTINGSAPP_H
64
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
SettingsApp
Widget class representing the settings application UI.
Definition
SettingsApp.h:40
SettingsApp::do_daptch
void do_daptch() override
Executes the dispatch operation for the settings app.
Definition
SettingsApp.cpp:15
SettingsApp::indicate_open_settings_window
void indicate_open_settings_window()
Signal emitted to indicate that the settings window should be opened.
SettingsLaunch
Wrapper class to launch the settings application.
Definition
SettingsApp.h:14
SettingsLaunch::depatch_app
void depatch_app() override
Dispatches the settings application.
Definition
SettingsApp.cpp:20
SettingsLaunch::indicate_open_settings_window
void indicate_open_settings_window()
Signal emitted to indicate that the settings window should be opened.
builtin
window
settings_window
fake_app_entry
SettingsApp.h
Generated by
1.9.8