kwave  18.07.70
Kwave::PluginManager::PluginModule Struct Reference

#include <PluginManager.h>

Collaboration diagram for Kwave::PluginManager::PluginModule:
Collaboration graph

Public Attributes

QString m_name
 
QString m_author
 
QString m_description
 
QString m_version
 
KPluginFactory * m_factory
 
int m_use_count
 

Detailed Description

structure with information about a plugin

Definition at line 237 of file PluginManager.h.

Member Data Documentation

◆ m_author

QString Kwave::PluginManager::PluginModule::m_author

name of the author

Definition at line 239 of file PluginManager.h.

Referenced by Kwave::AboutDialog::AboutDialog(), and Kwave::PluginManager::searchPluginModules().

◆ m_description

QString Kwave::PluginManager::PluginModule::m_description

◆ m_factory

KPluginFactory* Kwave::PluginManager::PluginModule::m_factory

◆ m_name

QString Kwave::PluginManager::PluginModule::m_name

name of the plugin

Definition at line 238 of file PluginManager.h.

Referenced by Kwave::PluginManager::createPluginInstance(), and Kwave::PluginManager::searchPluginModules().

◆ m_use_count

int Kwave::PluginManager::PluginModule::m_use_count

usage counter

Definition at line 243 of file PluginManager.h.

Referenced by Kwave::PluginManager::searchPluginModules(), and Kwave::PluginManager::~PluginManager().

◆ m_version

QString Kwave::PluginManager::PluginModule::m_version

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