#include <pluginmgr.h>
List of all members.
Public Member Functions |
| BOOL | LoadPlugin (const PString &fileName) |
| void | LoadPluginDirectory (const PDirectory &dir) |
| PStringList | GetPluginTypes () const |
| PStringList | GetPluginsProviding (const PString &serviceType) const |
| PPluginServiceDescriptor * | GetServiceDescriptor (const PString &serviceName, const PString &serviceType) const |
| PObject * | CreatePluginsDevice (const PString &serviceName, const PString &serviceType, int userData=0) const |
| PObject * | CreatePluginsDeviceByName (const PString &deviceName, const PString &serviceType, int userData=0) const |
| PStringList | GetPluginsDeviceNames (const PString &serviceName, const PString &serviceType, int userData=0) const |
| BOOL | RegisterService (const PString &serviceName, const PString &serviceType, PPluginServiceDescriptor *descriptor) |
| void | AddNotifier (const PNotifier &filterFunction, BOOL existing=FALSE) |
| void | RemoveNotifier (const PNotifier &filterFunction) |
Static Public Member Functions |
| static PStringArray | GetPluginDirs () |
| static PPluginManager & | GetPluginManager () |
Protected Member Functions |
| void | CallNotifier (PDynaLink &dll, INT code) |
Protected Attributes |
| PMutex | pluginListMutex |
| PList< PDynaLink > | pluginList |
| PMutex | serviceListMutex |
| PList< PPluginService > | serviceList |
| PMutex | notifierMutex |
| PList< PNotifier > | notifierList |
Member Function Documentation
| void PPluginManager::AddNotifier |
( |
const PNotifier & |
filterFunction, |
|
|
BOOL |
existing = FALSE |
|
) |
| |
| void PPluginManager::CallNotifier |
( |
PDynaLink & |
dll, |
|
|
INT |
code |
|
) |
| [protected] |
| PObject* PPluginManager::CreatePluginsDevice |
( |
const PString & |
serviceName, |
|
|
const PString & |
serviceType, |
|
|
int |
userData = 0 |
|
) |
| const |
| PObject* PPluginManager::CreatePluginsDeviceByName |
( |
const PString & |
deviceName, |
|
|
const PString & |
serviceType, |
|
|
int |
userData = 0 |
|
) |
| const |
| static PStringArray PPluginManager::GetPluginDirs |
( |
| ) |
[static] |
| PStringList PPluginManager::GetPluginsDeviceNames |
( |
const PString & |
serviceName, |
|
|
const PString & |
serviceType, |
|
|
int |
userData = 0 |
|
) |
| const |
| BOOL PPluginManager::LoadPlugin |
( |
const PString & |
fileName | ) |
|
| void PPluginManager::LoadPluginDirectory |
( |
const PDirectory & |
dir | ) |
|
| void PPluginManager::RemoveNotifier |
( |
const PNotifier & |
filterFunction | ) |
|
Member Data Documentation
The documentation for this class was generated from the following file: