PLplot 5.15.0
Loading...
Searching...
No Matches
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
6extern "C" SMOKE_EXPORT Smoke* plplotqt_Smoke;
7extern "C" SMOKE_EXPORT void init_plplotqt_Smoke();
8extern "C" SMOKE_EXPORT void delete_plplotqt_Smoke();
9
10#ifndef QGLOBALSPACE_CLASS
11#define QGLOBALSPACE_CLASS
12class 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