|
|
Home » Developing U++ » UppHub » TabBar: ordering of tabs by their Value (title)
Re: TabBar: ordering of tabs by their Value (title) [message #27174 is a reply to message #27149] |
Tue, 29 June 2010 17:53   |
 |
kohait00
Messages: 939 Registered: July 2009 Location: Germany
|
Experienced Contributor |
|
|
Hi Mirek
i have spent some time using / adapting your new design, the TabBarCtrl : public TabBar is a good thing 
i have modified / extended some things slightly, and tried to adopt / extend the TabBarCtrlTest and the FileTabsExample.
the svn stuff is there, but basicly the current state (since your rar archive was not up in svn so diff shows all your changes as well. but you will spot the stuff i did easily.
bugfix in TabBar.cpp
TabBar& TabBar::SortStacks(bool b)
{
stacksort = b; << was staticly true
added (to my best knowledge)
TabBar& TabBar::SortGroupsOnce()
TabBar& TabBar::SortGroupsOnce(TabSort &sort)
TabBar& TabBar::SortStacksOnce()
TabBar& TabBar::SortStacksOnce(TabSort &sort)
this one was not implemented
TabBar& TabBar::SortStacks(ValueOrder &sort)
this one needs to go public, since its API functions are public as well
and thus this one has to be public as well.
struct Tab : Moveable<Tab> {
Docking:
made available the sorting functions from outside.
and some static function stuff, Value converts need not be dependant to intance, if they dont use anything from it...
why not having DockableCtrl::GetContainer() public?
there are 2 changes (first 2) in DockCont.spp from me, which i dont think are usable, so spare them out, they have to do with handling..
i hope this feedback helps
-
Attachment: bazaar.rar
(Size: 243.72KB, Downloaded 323 times)
|
|
|
 |
|
TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
By: mrjt on Fri, 25 June 2010 11:50
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
By: mrjt on Fri, 25 June 2010 12:54
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
By: mrjt on Fri, 25 June 2010 14:44
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
By: mrjt on Fri, 25 June 2010 17:57
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
By: mrjt on Sun, 27 June 2010 13:37
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
By: mrjt on Mon, 28 June 2010 16:49
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
By: mrjt on Tue, 29 June 2010 18:39
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
By: mrjt on Thu, 01 July 2010 14:43
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Behaviour
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
By: mrjt on Wed, 07 July 2010 11:31
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
By: mrjt on Thu, 15 July 2010 10:33
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Re: TabBar: ordering of tabs by their Value (title)
|
 |
|
Docking: removed special sorter
|
 |
|
Re: Docking: removed special sorter
By: mrjt on Wed, 21 July 2010 18:41
|
 |
|
Re: Docking: removed special sorter
|
 |
|
Re: Docking: removed special sorter
|
 |
|
Re: Docking: removed special sorter
By: mrjt on Thu, 22 July 2010 10:08
|
 |
|
Re: Docking: removed special sorter
|
 |
|
Re: Docking: removed special sorter
By: mrjt on Thu, 22 July 2010 10:37
|
 |
|
Re: Docking: removed special sorter
|
 |
|
Re: Docking: removed special sorter
By: mrjt on Fri, 23 July 2010 14:02
|
 |
|
Re: Docking: removed special sorter
|
 |
|
Re: Docking: removed special sorter
|
 |
|
Re: Docking: removed special sorter
|
 |
|
Re: Docking: removed special sorter
|
 |
|
Re: Docking: removed special sorter
By: mrjt on Wed, 11 August 2010 14:04
|
 |
|
Re: Docking: removed special sorter
By: mrjt on Mon, 06 September 2010 12:49
|
 |
|
Re: Docking: removed special sorter
By: kohait00 on Mon, 06 September 2010 12:58
|
Goto Forum:
Current Time: Tue Jul 08 11:47:21 CEST 2025
Total time taken to generate the page: 0.03126 seconds
|
|
|