|
libyui-qt
2.52.4
|


Public Member Functions | |
| YQGraphPluginStub () | |
| Constructor: Load the plugin library for the package selector. | |
| virtual | ~YQGraphPluginStub () |
| Destructor. | |
| virtual YGraph * | createGraph (YWidget *parent, const std::string &filename, const std::string &layoutAlgorithm) |
| Create a package selector. More... | |
| virtual YGraph * | createGraph (YWidget *parent, void *graph) |
Public Attributes | |
| YQGraphPluginIf * | impl |
Definition at line 41 of file YQGraphPluginStub.h.
|
virtual |
Create a package selector.
Implemented from YGraphPlugin.
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 YQGraphPluginStub.cc.