25 #include "YQGraphPluginStub.h" 27 #define YUILogComponent "qt-ui" 28 #include <yui/YUILog.h> 30 #define PLUGIN_BASE_NAME "qt-graph" 37 : YGraphPlugin( PLUGIN_BASE_NAME )
41 yuiMilestone() <<
"Loaded " << PLUGIN_BASE_NAME
42 <<
" plugin successfully from " << pluginLibFullPath()
50 yuiError() <<
"Plugin " << PLUGIN_BASE_NAME <<
" does not provide GP symbol" << endl;
63 const string & filename,
64 const string & layoutAlgorithm )
67 YUI_THROW( YUIPluginException( PLUGIN_BASE_NAME ) );
69 return impl->createGraph( parent, filename, layoutAlgorithm );
77 YUI_THROW( YUIPluginException( PLUGIN_BASE_NAME ) );
79 return impl->createGraph( parent, graph );
virtual YGraph * createGraph(YWidget *parent, const std::string &filename, const std::string &layoutAlgorithm)
Create a package selector.
YQGraphPluginStub()
Constructor: Load the plugin library for the package selector.
virtual ~YQGraphPluginStub()
Destructor.