Ananas Library
0.9.5
src
aextservice.h
1
#ifndef AEXTSERVICE_H
2
#define AEXTSERVICE_H
3
4
#include "aextension.h"
5
#include "aobject.h"
6
13
class
ANANAS_EXPORT
aExtSERVICE
:
public
AExtension
14
{
15
Q_OBJECT
16
public
:
17
aExtSERVICE
();
18
~
aExtSERVICE
();
19
20
21
public
slots:
22
QString GetOffice()
const
;
23
QString Generate()
const
;
24
25
QString GetRcFileName()
const
;
26
QString GetRcValue( QString paramName )
const
;
27
};
28
29
#endif
aExtSERVICE
Definition:
aextservice.h:13
AExtension
Definition:
aextension.h:45
Generated by
1.8.14