DesktopMainWindow is the main frontend window of the application. For beginners, this is the starting point to understand the UI details.
More...
#include <desktopmainwindow.h>
|
void | updateProgress (const QString &message, const int processings) |
| updateProgress
|
|
|
class | PageFactory |
|
class | WallPaperEngine |
|
DesktopMainWindow is the main frontend window of the application. For beginners, this is the starting point to understand the UI details.
◆ DesktopMainWindow()
DesktopMainWindow::DesktopMainWindow |
( |
QWidget * |
parent = nullptr | ) |
|
|
explicit |
Construct a new Desktop Main Window object.
- Parameters
-
◆ clock_src()
clock_src clock src fetcher
- Returns
◆ desktop_toast()
◆ downDockWidget()
◆ handle_app_status
Handle status changes of applications (like errors)
- Parameters
-
◆ install_remote_appwrapper()
Install a remote application wrapper.
- Parameters
-
◆ mousePressEvent()
void DesktopMainWindow::mousePressEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
mouse press sessions
- Parameters
-
◆ mouseReleaseEvent()
void DesktopMainWindow::mouseReleaseEvent |
( |
QMouseEvent * |
event | ) |
|
|
overrideprotected |
mouse release sessions
- Parameters
-
◆ netAbilityScanner()
netAbilityScanner get the netScanner
- Returns
◆ process_set_appwidgets_config
process_set_appwidgets_config
- Parameters
-
◆ process_wallpaper_settings
process_wallpaper_settings
- Parameters
-
◆ queryWallpaperEngine()
◆ resizeEvent()
void DesktopMainWindow::resizeEvent |
( |
QResizeEvent * |
event | ) |
|
|
overrideprotected |
resize sessions
- Parameters
-
◆ showToast()
void DesktopMainWindow::showToast |
( |
const QString & |
message | ) |
|
Show a toast message on the main window.
- Parameters
-
message | Message to display |
◆ stackedWidget()
QStackedWidget * DesktopMainWindow::stackedWidget |
( |
| ) |
const |
Get the QStackedWidget used for page sliding.
- Returns
- QStackedWidget pointer
◆ topSideBar()
topSideBar fetcher
- Returns
◆ updateProgress
void DesktopMainWindow::updateProgress |
( |
const QString & |
message, |
|
|
const int |
processings |
|
) |
| |
|
signal |
updateProgress
- Parameters
-
The documentation for this class was generated from the following files: