Mailinglist Archive: yast-commit (503 mails)
| < Previous | Next > |
[yast-commit] r41153 - /branches/tmp/sh/mod-ui/ncurses/src/NCWidgetFactory.cc
- From: gs@xxxxxxxxxxxxxxxx
- Date: Thu, 27 Sep 2007 15:33:35 -0000
- Message-id: <20070927153335.CD8EC28165@xxxxxxxxxxxxxxxx>
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@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
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@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |