Skip to content

Class PluginInformation

ClassList > PluginInformation

Public Attributes

Type Name
bool configurable = false
QString downloadLink
bool enabled = false
bool locallyAvailable = false
QString path
QString remoteVersion
bool remotelyAvailable = false
bool trusted = false
bool updateAvailable = false

Public Properties

Type Name
property QString author
property QString description
property QString homepage
property QString icon
property QString name
property QString uuid
property QString version

Public Functions

Type Name
PluginInformation (const QString & uuid=QString(), const QString & name=QString(), const QString & description=QString(), const QString & author=QString(), const QString & homepage=QString(), const QString & icon=QString())
~PluginInformation () = default

Public Attributes Documentation

variable configurable

bool PluginInformation::configurable;

QString PluginInformation::downloadLink;

variable enabled

bool PluginInformation::enabled;

variable locallyAvailable

bool PluginInformation::locallyAvailable;

variable path

QString PluginInformation::path;

variable remoteVersion

QString PluginInformation::remoteVersion;

variable remotelyAvailable

bool PluginInformation::remotelyAvailable;

variable trusted

bool PluginInformation::trusted;

variable updateAvailable

bool PluginInformation::updateAvailable;

Public Properties Documentation

property author

QString PluginInformation::author;

property description

QString PluginInformation::description;

property homepage

QString PluginInformation::homepage;

property icon

QString PluginInformation::icon;

property name

QString PluginInformation::name;

property uuid

QString PluginInformation::uuid;

property version

QString PluginInformation::version;

Public Functions Documentation

function PluginInformation

inline PluginInformation::PluginInformation (
    const QString & uuid=QString(),
    const QString & name=QString(),
    const QString & description=QString(),
    const QString & author=QString(),
    const QString & homepage=QString(),
    const QString & icon=QString()
) 

function ~PluginInformation

PluginInformation::~PluginInformation () = default


The documentation for this class was generated from the following file src/core/pluginmanager.h