|
Vidalia
0.3.1
|
#include <QtGui>#include <QtScript>#include "VidaliaTabPrototype.h"#include "HelperProcessPrototype.h"#include "TorControlPrototype.h"Go to the source code of this file.
Classes | |
| class | PluginEngine |
Macros | |
| #define | ADD_PROTOTYPE(protoType) |
| #define | MAKE_CREATABLE(protoType) globalObject().setProperty(protoType::name(), newFunction(protoType::constructor, __script##protoType)); |
| #define ADD_PROTOTYPE | ( | protoType | ) |
Definition at line 28 of file PluginEngine.h.
Referenced by PluginEngine::PluginEngine().
| #define MAKE_CREATABLE | ( | protoType | ) | globalObject().setProperty(protoType::name(), newFunction(protoType::constructor, __script##protoType)); |
Definition at line 32 of file PluginEngine.h.
Referenced by PluginEngine::PluginEngine().
1.8.3