![]() |
Open Lighting Architecture 0.10.9
|
The state of a plugin. This information can be used to detect conflicts between plugins.
Public Attributes | |
| std::string | name |
| The name of the plugin. | |
| bool | enabled |
| true if the plugin is enabled. | |
| bool | active |
| true if the plugin is active. | |
| std::string | preferences_source |
| The source of preferences for this plugin. | |
| std::vector< OlaPlugin > | conflicting_plugins |
| A list on plugins which conflict with this one. | |