dRonin
adbada4
dRonin GCS
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Groups
Pages
pfdqmlplugin.h
Go to the documentation of this file.
1
/*
2
* This program is free software; you can redistribute it and/or modify
3
* it under the terms of the GNU General Public License as published by
4
* the Free Software Foundation; either version 3 of the License, or
5
* (at your option) any later version.
6
*
7
* This program is distributed in the hope that it will be useful, but
8
* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
9
* or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
10
* for more details.
11
*
12
* You should have received a copy of the GNU General Public License along
13
* with this program; if not, see <http://www.gnu.org/licenses/>
14
*/
15
16
#ifndef PFDQMLPLUGIN_H_
17
#define PFDQMLPLUGIN_H_
18
19
#include <
extensionsystem/iplugin.h
>
20
21
class
PfdQmlGadgetFactory
;
22
23
class
PfdQmlPlugin
:
public
ExtensionSystem::IPlugin
24
{
25
Q_OBJECT
26
Q_PLUGIN_METADATA(IID
"org.dronin.plugins.PfdQml"
)
27
public
:
28
PfdQmlPlugin
();
29
~
PfdQmlPlugin
();
30
31
void
extensionsInitialized();
32
bool
initialize(
const
QStringList &arguments, QString *errorString);
33
void
shutdown();
34
35
private
:
36
PfdQmlGadgetFactory
*mf;
37
};
38
#endif
/* PFDQMLPLUGIN_H_ */
PfdQmlGadgetFactory
Definition:
pfdqmlgadgetfactory.h:28
iplugin.h
PfdQmlPlugin
Definition:
pfdqmlplugin.h:23
ExtensionSystem::IPlugin
Base class for all plugins.
Definition:
iplugin.h:45
ground
gcs
src
plugins
pfdqml
pfdqmlplugin.h
Generated by
1.8.6