libyui-qt-graph
2.42.7
|
#include <YQGraphPlugin.h>
Public Member Functions | |
YQGraphPlugin () | |
virtual | ~YQGraphPlugin () |
virtual YQGraph * | createGraph (YWidget *parent, const std::string &filename, const std::string &layoutAlgorithm) |
Simplified access to the Qt UI's package selector plugin.
Definition at line 38 of file YQGraphPlugin.h.
YQGraphPlugin::YQGraphPlugin | ( | ) |
Constructor: Load the plugin library for the Qt package selector.
Definition at line 37 of file YQGraphPlugin.cc.
|
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 51 of file YQGraphPlugin.cc.
|
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 YQGraphPlugin.cc.