|
libyui-qt
2.52.4
|


Public Member Functions | |
| YQPackageSelectorPluginStub () | |
| Constructor: Load the plugin library for the package selector. | |
| virtual | ~YQPackageSelectorPluginStub () |
| Destructor. | |
| virtual YPackageSelector * | createPackageSelector (YWidget *parent, long modeFlags) |
| Create a package selector. More... | |
| virtual YWidget * | createPatternSelector (YWidget *parent, long modeFlags) |
| Create a pattern selector (optional widget). | |
| virtual YWidget * | createSimplePatchSelector (YWidget *parent, long modeFlags) |
| Create a simple patch selector (optional widget). | |
Public Attributes | |
| YQPackageSelectorPluginIf * | impl |
Definition at line 43 of file YQPackageSelectorPluginStub.h.
|
virtual |
Create a package selector.
Implemented from YPackageSelectorPlugin.
This might return 0 if the plugin lib could not be loaded or if the appropriate symbol could not be located in the plugin lib.
Definition at line 62 of file YQPackageSelectorPluginStub.cc.