Mailinglist Archive: yast-commit (819 mails)
| < Previous | Next > |
[yast-commit] r54677 - /trunk/libyui/src/YWidgetFactory.h
- From: kkaempf@xxxxxxxxxxxxxxxx
- Date: Fri, 16 Jan 2009 10:28:50 -0000
- Message-id: <E1LNlwY-00065P-QK@xxxxxxxxxxxxxxxx>
Author: kkaempf
Date: Fri Jan 16 11:28:50 2009
New Revision: 54677
URL: http://svn.opensuse.org/viewcvs/yast?rev=54677&view=rev
Log:
createTable will own YTableHeader (bnc#427372)
Modified:
trunk/libyui/src/YWidgetFactory.h
Modified: trunk/libyui/src/YWidgetFactory.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/libyui/src/YWidgetFactory.h?rev=54677&r1=54676&r2=54677&view=diff
==============================================================================
--- trunk/libyui/src/YWidgetFactory.h (original)
+++ trunk/libyui/src/YWidgetFactory.h Fri Jan 16 11:28:50 2009
@@ -102,7 +102,7 @@
virtual YComboBox * createComboBox ( YWidget *
parent, const string & label, bool editable = false ) = 0;
virtual YSelectionBox * createSelectionBox ( YWidget * parent,
const string & label ) = 0;
virtual YTree * createTree ( YWidget * parent,
const string & label ) = 0;
- virtual YTable * createTable ( YWidget * parent,
YTableHeader * header, bool multiSelection = false ) = 0;
+ virtual YTable * createTable ( YWidget * parent,
YTableHeader * header_disown, bool multiSelection = false ) = 0;
virtual YProgressBar * createProgressBar ( YWidget * parent,
const string & label, int maxValue = 100 ) = 0;
virtual YRichText * createRichText ( YWidget *
parent, const string & text = string(), bool plainTextMode = false ) = 0;
virtual YBusyIndicator * createBusyIndicator ( YWidget * parent,
const string & label, int timeout = 1000 ) = 0;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Fri Jan 16 11:28:50 2009
New Revision: 54677
URL: http://svn.opensuse.org/viewcvs/yast?rev=54677&view=rev
Log:
createTable will own YTableHeader (bnc#427372)
Modified:
trunk/libyui/src/YWidgetFactory.h
Modified: trunk/libyui/src/YWidgetFactory.h
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/libyui/src/YWidgetFactory.h?rev=54677&r1=54676&r2=54677&view=diff
==============================================================================
--- trunk/libyui/src/YWidgetFactory.h (original)
+++ trunk/libyui/src/YWidgetFactory.h Fri Jan 16 11:28:50 2009
@@ -102,7 +102,7 @@
virtual YComboBox * createComboBox ( YWidget *
parent, const string & label, bool editable = false ) = 0;
virtual YSelectionBox * createSelectionBox ( YWidget * parent,
const string & label ) = 0;
virtual YTree * createTree ( YWidget * parent,
const string & label ) = 0;
- virtual YTable * createTable ( YWidget * parent,
YTableHeader * header, bool multiSelection = false ) = 0;
+ virtual YTable * createTable ( YWidget * parent,
YTableHeader * header_disown, bool multiSelection = false ) = 0;
virtual YProgressBar * createProgressBar ( YWidget * parent,
const string & label, int maxValue = 100 ) = 0;
virtual YRichText * createRichText ( YWidget *
parent, const string & text = string(), bool plainTextMode = false ) = 0;
virtual YBusyIndicator * createBusyIndicator ( YWidget * parent,
const string & label, int timeout = 1000 ) = 0;
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |