libyui-qt-pkg  2.42.5
 All Classes Functions Variables Enumerations
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.

Definition at line 54 of file YQPackageSelectorPlugin.h.

Constructor & Destructor Documentation

YQPackageSelectorPlugin::YQPackageSelectorPlugin ( )

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

Definition at line 53 of file YQPackageSelectorPlugin.cc.

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.

Definition at line 67 of file YQPackageSelectorPlugin.cc.

Member Function Documentation

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.

Definition at line 74 of file YQPackageSelectorPlugin.cc.

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.

Definition at line 103 of file YQPackageSelectorPlugin.cc.

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.

Definition at line 132 of file YQPackageSelectorPlugin.cc.


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