PLplot  5.15.0
plplotqt_smoke.h
Go to the documentation of this file.
1 #ifndef QT_SMOKE_H
2 #define QT_SMOKE_H
3 
4 #include <smoke.h>
5 
6 extern "C" SMOKE_EXPORT Smoke* plplotqt_Smoke;
7 extern "C" SMOKE_EXPORT void init_plplotqt_Smoke();
8 extern "C" SMOKE_EXPORT void delete_plplotqt_Smoke();
9 
10 #ifndef QGLOBALSPACE_CLASS
11 #define QGLOBALSPACE_CLASS
12 class QGlobalSpace { };
13 #endif
14 
15 #endif
SMOKE_EXPORT void delete_plplotqt_Smoke()
SMOKE_EXPORT void init_plplotqt_Smoke()
SMOKE_EXPORT Smoke * plplotqt_Smoke
Definition: plplotqt_smoke.h:6