6#ifndef DESKTOPPLUGINSERVER_H
7#define DESKTOPPLUGINSERVER_H
9#include "core/server/DesktopServerBase.h"
55 void insertPlugin(
const QString& pluginName,
const QString& plugin_path);
91 QWidget*
queryWidget(
const QString& pluginName, QWidget* expected_parent);
105 void pluginLoaded(
const QString& pluginName,
const QString& pluginPath);
114 const QString& pluginPath,
115 const QString& pluginErrorString);
129 const QString& pluginErrorString);
137 QHash<QString, QPluginLoader*> plugin_map;
DesktopMainWindow is the main frontend window of the application. For beginners, this is the starting...
Definition desktopmainwindow.h:39
The DesktopServerBase class notifies the backend Server for desktop with eventloop engaged in desktop...
Definition DesktopServerBase.h:12
Monitors a specified directory for file additions or deletions at regular intervals.
Definition FileMonitor.h:28