Overte C++ Documentation
PluginManager::PluginInfo Struct Reference

Information about known plugins. More...

#include <PluginManager.h>

Public Attributes

QJsonObject metaData
 Plugin metadata.
 
QString name
 Filename.
 
bool disabled = false
 Whether the plugin has been disabled.
 
bool filteredOut = false
 Whether the plugin has been filtered out by a filter.
 
bool wrongVersion = false
 Whether the plugin has been not loaded because it's the wrong version.
 
bool loaded = false
 Whether the plugin has been loaded successfully.
 

Detailed Description

Information about known plugins.


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