#include <qgspluginmanagerinterface.h>
Definition at line 25 of file qgspluginmanagerinterface.h.
 
      
        
          | QgsPluginManagerInterface::QgsPluginManagerInterface | ( |  | ) |  | 
      
 
 
  
  | 
        
          | QgsPluginManagerInterface::~QgsPluginManagerInterface | ( |  | ) |  |  | virtual | 
 
 
  
  | 
        
          | virtual void QgsPluginManagerInterface::addPluginMetadata | ( | QMap< QString, QString > | metadata | ) |  |  | pure virtual | 
 
add a single plugin to the metadata registry 
 
 
  
  | 
        
          | virtual void QgsPluginManagerInterface::addToRepositoryList | ( | QMap< QString, QString > | repository | ) |  |  | pure virtual | 
 
add repository to the repository listWidget 
 
 
  
  | 
        
          | virtual void QgsPluginManagerInterface::clearPythonPluginMetadata | ( |  | ) |  |  | pure virtual | 
 
remove python plugins from the metadata registry (c++ plugins stay) 
 
 
  
  | 
        
          | virtual void QgsPluginManagerInterface::clearRepositoryList | ( |  | ) |  |  | pure virtual | 
 
clear the repository listWidget 
 
 
  
  | 
        
          | virtual const QMap<QString, QString>* QgsPluginManagerInterface::pluginMetadata | ( | QString | key | ) | const |  | pure virtual | 
 
return given plugin metadata 
 
 
show the given message in the Plugin Manager internal message bar 
 
 
  
  | 
        
          | virtual void QgsPluginManagerInterface::reloadModel | ( |  | ) |  |  | pure virtual | 
 
refresh plugin list model (and metadata browser content if necessary) 
 
 
  
  | 
        
          | virtual void QgsPluginManagerInterface::showPluginManager | ( | int | tabIndex = -1 | ) |  |  | pure virtual | 
 
show the Plugin Manager window and optionally open tab tabIndex 
 
 
The documentation for this class was generated from the following files: