26 #include "YMGAQWidgetFactory.h" 27 #include <YUIException.h> 30 YQWE::YQWE(
const std::string& name ) : YExternalWidgets(name)
38 YExternalWidgetFactory* YQWE::createExternalWidgetFactory()
41 YUI_CHECK_NEW( factory );
46 YExternalWidgets * createExternalWidgets(
const char *name)
48 std::string pluginName(name);
52 return YExternalWidgets::externalWidgets(pluginName);