| 
    pfcrender
    1.0.1
    
   | 
 
The Plugin_Registry singleton Holds a map of plugins and their names for access from sequence walker and config_registry. More...
#include <Plugin_Registry.h>
Public Member Functions | |
| Plugins::Plugin * | getPlugin (const QString &pluginName) const | 
| QList< Plugins::Plugin * > | getPlugins () const | 
Static Public Member Functions | |
| static Plugin_Registry * | getInstance () | 
Private Member Functions | |
| Plugin_Registry () | |
Private Attributes | |
| QHash< QString, Plugins::Plugin * > | m_registered | 
Static Private Attributes | |
| static Plugin_Registry * | instance = NULL | 
The Plugin_Registry singleton Holds a map of plugins and their names for access from sequence walker and config_registry.
      
  | 
  private | 
Referenced by getInstance().
      
  | 
  static | 
| Plugins::Plugin * Plugin_Registry::getPlugin | ( | const QString & | pluginName | ) | const | 
References m_registered.
| QList< Plugins::Plugin * > Plugin_Registry::getPlugins | ( | ) | const | 
References m_registered.
      
  | 
  staticprivate | 
Referenced by getInstance().
      
  | 
  private | 
Referenced by getPlugin(), and getPlugins().