11 QString queryFromType(
const DesktopDirentType type);
12 QString queryFromType(
const DesktopServerType serverType);
13 bool checkComponentFolder(
const DesktopDirentType type);
14 bool checkServerFolder(
const DesktopServerType serverType);
17 void missingDirentFolder(
const QString& folder,
const DesktopDirentType type);
18 void missingServerFolder(
const QString& folder,
const DesktopServerType type);
23 void check_root_path_sessions();
24 void iterate_check_basefolder_components(
const DesktopDirentType t,
const QString& metaMessage);
25 void iterate_check_server_components(
const DesktopServerType t,
const QString& metaMessage);
26 void check_up_toast_infomations();
DesktopMainWindow is the main frontend window of the application. For beginners, this is the starting...
Definition desktopmainwindow.h:33