libyui-qt-pkg
2.42.5
|
#include <YQPackageSelectorPlugin.h>
Public Member Functions | |
YQPackageSelectorPlugin () | |
virtual | ~YQPackageSelectorPlugin () |
virtual YQPackageSelector * | createPackageSelector (YWidget *parent, long modeFlags=0) |
virtual YQPatternSelector * | createPatternSelector (YWidget *parent, long modeFlags=0) |
virtual YQSimplePatchSelector * | createSimplePatchSelector (YWidget *parent, long modeFlags=0) |
Simplified access to the Qt UI's package selector plugin.
Definition at line 54 of file YQPackageSelectorPlugin.h.
YQPackageSelectorPlugin::YQPackageSelectorPlugin | ( | ) |
Constructor: Load the plugin library for the Qt package selector.
Definition at line 53 of file YQPackageSelectorPlugin.cc.
|
virtual |
Destructor. Calls dlclose() which will unload the plugin library if it is no longer used, i.e. if the reference count dlopen() uses reaches 0.
Definition at line 67 of file YQPackageSelectorPlugin.cc.
|
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 74 of file YQPackageSelectorPlugin.cc.
|
virtual |
Create a pattern selector.
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 103 of file YQPackageSelectorPlugin.cc.
|
virtual |
Create a simple patch selector.
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 132 of file YQPackageSelectorPlugin.cc.