[yast-commit] r41153 - /branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.cc
Author: gs Date: Thu Sep 27 17:33:35 2007 New Revision: 41153 URL: http://svn.opensuse.org/viewcvs/yast?rev=41153&view=rev Log: add comment Modified: branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.cc Modified: branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.cc URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.cc?rev=41153&r1=41152&r2=41153&view=diff ============================================================================== --- branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.cc (original) +++ branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.cc Thu Sep 27 17:33:35 2007 @@ -344,6 +344,14 @@ return image; } +/////////////////////////////////////////////////////////////////// +// +// +// METHOD NAME : createPackageSelector +// METHOD TYPE : YPackageSelector * +// +// DESCRIPTION : Calls NCPackageSelectorPlugin::createPackageSelector +// YPackageSelector * NCWidgetFactory::createPackageSelector( YWidget * parent, long modeFlags ) { @@ -358,6 +366,14 @@ return 0; } +/////////////////////////////////////////////////////////////////// +// +// +// METHOD NAME : createPkgSpecial +// METHOD TYPE : YWidget +// DESCRIPTION : creates special widgets used for the package selection +// dialog (which do not have a corresponding widget in qt-ui) +// YWidget * NCWidgetFactory::createPkgSpecial( YWidget * parent, const string & subwidget ) { -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
gs@svn.opensuse.org