VICI  0.11.815
Visual Chart Interpreter
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Public Attributes | List of all members
VICI::cfi::PlugInDetails Struct Reference

Details of plug-ins as provided by the loaded library. More...

#include <plugin.h>

Inheritance diagram for VICI::cfi::PlugInDetails:
VICI::cfi::PlugInDescriptor

Public Member Functions

 PlugInDetails ()
 Constructor to initialise variables.
 

Public Attributes

PlugInFactoryfactory
 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.
 

Detailed Description

Details of plug-ins as provided by the loaded library.


The documentation for this struct was generated from the following files: