libyui-qt
2.43.5
|
Public Member Functions | |
YQGraphPluginStub () | |
virtual | ~YQGraphPluginStub () |
virtual YGraph * | createGraph (YWidget *parent, const std::string &filename, const std::string &layoutAlgorithm) |
virtual YGraph * | createGraph (YWidget *parent, void *graph) |
Public Attributes | |
YQGraphPluginIf * | impl |
Definition at line 41 of file YQGraphPluginStub.h.
Constructor: Load the plugin library for the package selector.
Definition at line 32 of file YQGraphPluginStub.cc.
YQGraphPluginStub::~YQGraphPluginStub | ( | ) | [virtual] |
Destructor.
Definition at line 51 of file YQGraphPluginStub.cc.
YGraph * YQGraphPluginStub::createGraph | ( | YWidget * | parent, |
const std::string & | filename, | ||
const std::string & | layoutAlgorithm | ||
) | [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 58 of file YQGraphPluginStub.cc.