| 
    VICI
    0.11.815
    
   Visual Chart Interpreter 
   | 
 
Descriptor for plug-ins that can be used by the application. More...
#include <plugin.h>
  
 Public Attributes | |
| 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.  | |
Descriptor for plug-ins that can be used by the application.
 1.8.5