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

Descriptor for plug-ins that can be used by the application. More...

#include <plugin.h>

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

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.
 

Detailed Description

Descriptor for plug-ins that can be used by the application.


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