libyui-qt-pkg
Loading...
Searching...
No Matches
YQPackageSelectorPlugin Class Reference

#include <YQPackageSelectorPlugin.h>

Inheritance diagram for YQPackageSelectorPlugin:
Collaboration diagram for YQPackageSelectorPlugin:

Public Member Functions

 YQPackageSelectorPlugin ()
 
virtual ~YQPackageSelectorPlugin ()
 
virtual YQPackageSelectorcreatePackageSelector (YWidget *parent, long modeFlags=0)
 
virtual YQPatternSelectorcreatePatternSelector (YWidget *parent, long modeFlags=0)
 
virtual YQSimplePatchSelectorcreateSimplePatchSelector (YWidget *parent, long modeFlags=0)
 

Detailed Description

Simplified access to the Qt UI's package selector plugin.

Constructor & Destructor Documentation

◆ YQPackageSelectorPlugin()

YQPackageSelectorPlugin::YQPackageSelectorPlugin ( )

Constructor: Load the plugin library for the Qt package selector.

◆ ~YQPackageSelectorPlugin()

YQPackageSelectorPlugin::~YQPackageSelectorPlugin ( )
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.

Member Function Documentation

◆ createPackageSelector()

YQPackageSelector * YQPackageSelectorPlugin::createPackageSelector ( YWidget *  parent,
long  modeFlags = 0 
)
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.

◆ createPatternSelector()

YQPatternSelector * YQPackageSelectorPlugin::createPatternSelector ( YWidget *  parent,
long  modeFlags = 0 
)
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.

◆ createSimplePatchSelector()

YQSimplePatchSelector * YQPackageSelectorPlugin::createSimplePatchSelector ( YWidget *  parent,
long  modeFlags = 0 
)
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.


The documentation for this class was generated from the following files: