VICI
0.11.815
Visual Chart Interpreter
|
Details of plug-ins as provided by the loaded library. More...
#include <plugin.h>
Public Member Functions | |
PlugInDetails () | |
Constructor to initialise variables. | |
Public Attributes | |
PlugInFactory * | factory |
Construct an instance of the plug-in. | |
bool | loadable |
False if the library cannot be loaded. | |
Public Attributes inherited from VICI::cfi::PlugInDescriptor | |
std::string | pluginFamily |
The type of the plug-in. | |
std::string | name |
The name as in the xini config. | |
std::string | description |
Some description for users. | |
std::string | version |
Should match the defined VICI_PLUGIN_VERSION. | |
VICI::Path | library |
The shared library's path. | |
bool | onDemand |
True if the library is loaded on demand. | |
bool | autoRun |
True if its run automatically on start. | |
Details of plug-ins as provided by the loaded library.