Timesheets-Server
Timesheets server
Načítám...
Vyhledávám...
Nebylo nic nalezeno
httpd
pluginstore.h
1
#ifndef _PluginStore_H_
2
#define _PluginStore_H_
3
4
#include <QObject>
5
#include <QString>
6
#include <QStringList>
7
#include "plugininterface.h"
8
12
#ifndef DOXYGEN_SHOULD_SKIP_THIS
13
#define PLUGINSTORE PluginStore::pluginStore()
14
#endif
17
namespace
Httpd
{
18
22
class
PluginStore
:
public
QObject {
23
Q_OBJECT
24
public
:
25
static
PluginStore
*pluginStore(QObject *parent = NULL);
26
27
QList<PluginInterface *> plugins()
const
{
return
m_plugins; }
28
QStringList pluginNames()
const
;
29
30
private
slots:
31
void
init();
32
33
private
:
34
PluginStore
(QObject *);
35
static
PluginStore
*m_pluginStore;
36
37
QList<PluginInterface *> m_plugins;
38
};
39
40
}
41
42
#endif
Httpd::PluginStore
Seznam načtených pluginů
Definition
pluginstore.h:22
Httpd
Jmenný prostor pro obsluhu konkrétních HTTP požadavků aplikace.
Definition
abstractcontroller.h:39
Vygenerováno dne: po 21. říj 2024 11.54:45, pro projekt: Timesheets-Server, programem
1.12.0