Nooba Plugin API
0.12
API for the Nooba Video Surveillance System
Main Page
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Functions
Enumerations
Enumerator
noobapluginbaseprivate.h
1
#ifndef NOOBAPLUGINBASEPRIVATE_H
2
#define NOOBAPLUGINBASEPRIVATE_H
3
4
#include <QObject>
5
6
class
Property;
7
class
NoobaPluginAPIBase
;
8
9
class
NoobaPluginAPIBasePrivate
10
{
11
public
:
12
13
// functions
14
explicit
NoobaPluginAPIBasePrivate
(
NoobaPluginAPIBase
* parent);
15
virtual
~
NoobaPluginAPIBasePrivate
();
16
17
NoobaPluginAPIBase
*
const
q_ptr;
18
Q_DECLARE_PUBLIC(
NoobaPluginAPIBase
)
19
20
};
21
22
#endif // NOOBAPLUGINBASEPRIVATE_H
NoobaVSS
NoobaPluginAPI
noobapluginbaseprivate.h
Generated on Sat Dec 7 2013 09:59:03 for Nooba Plugin API by
1.8.3.1