Collaboration diagram for MultiauthPlugin:

Public Member Functions | |
| MultiauthPlugin () | |
Public Attributes | |
| QLibrary * | library |
| plugin file | |
| QInterfacePtr< MultiauthPluginInterface > | iface |
| the plugin object interface | |
| MultiauthPluginObject * | pluginObject |
| the plugin object itself | |
| QString | name |
| name of the plugin file | |
| bool | active |
| should the plugin be launched during authentication or not | |
| int | pos |
| order of the plugin, in the pluginListWidget and during authentication | |
Definition at line 26 of file multiauthconfig.cpp.
|
|
Definition at line 27 of file multiauthconfig.cpp. |
|
|
should the plugin be launched during authentication or not
Definition at line 37 of file multiauthconfig.cpp. Referenced by MultiauthConfig::loadPlugins(). |
|
|
the plugin object interface
Definition at line 31 of file multiauthconfig.cpp. Referenced by MultiauthConfig::loadPlugins(). |
|
|
plugin file
Definition at line 29 of file multiauthconfig.cpp. Referenced by MultiauthConfig::loadPlugins(). |
|
|
name of the plugin file
Definition at line 35 of file multiauthconfig.cpp. Referenced by MultiauthConfig::loadPlugins(), and MultiauthConfig::MultiauthConfig(). |
|
|
the plugin object itself
Definition at line 33 of file multiauthconfig.cpp. Referenced by MultiauthConfig::loadPlugins(), and MultiauthConfig::MultiauthConfig(). |
|
|
order of the plugin, in the pluginListWidget and during authentication
Definition at line 39 of file multiauthconfig.cpp. |
1.4.2