26 #ifndef YPackageSelectorPlugin_h 27 #define YPackageSelectorPlugin_h 29 #include "YUIPlugin.h" 66 #endif // YPackageSelectorPlugin_h YPackageSelectorPlugin(const char *pluginLibBaseName)
Constructor: Load the specified plugin library from the standard UI plugin directory (/usr/lib/yui/)...
Abstract base class for simplified access to UI plugins for package selection.
std::string pluginLibBaseName() const
Returns the base name of the plugin library.
A simple wrapper for an insanely complex UI for installing software.
Wrapper class for dlopen() and related.
virtual YPackageSelector * createPackageSelector(YWidget *parent, long modeFlags=0)=0
Create a package selector.
virtual ~YPackageSelectorPlugin()
Destructor.