Searched hist:c38afcd62ca869cd169ed52fa171db35352bbd00 (Results 1 – 6 of 6) sorted by relevance
/haiku/src/apps/deskbar/ |
H A D | WindowMenuItem.h | c38afcd62ca869cd169ed52fa171db35352bbd00 Fri Feb 20 01:45:46 UTC 2015 John Scipione <jscipione@gmail.com> Deskbar: Remove Name() and fName, replace with Label()
... from TeamMenuItem and WindowMenuItem.
It was confusing having Name(), Label(), and TruncatedLabel().
Name() == Label() because Label() never changes, the displayed Label stored in TruncatedLabel() in both TeamWindowItem and WindowMenuItem (remember they both inherit from TruncatableMenuItem so they get that for free). So Name() was redundant, by getting rid of it there is just Label() and TruncatedLabel() which is all we need!
|
H A D | TeamMenuItem.h | c38afcd62ca869cd169ed52fa171db35352bbd00 Fri Feb 20 01:45:46 UTC 2015 John Scipione <jscipione@gmail.com> Deskbar: Remove Name() and fName, replace with Label()
... from TeamMenuItem and WindowMenuItem.
It was confusing having Name(), Label(), and TruncatedLabel().
Name() == Label() because Label() never changes, the displayed Label stored in TruncatedLabel() in both TeamWindowItem and WindowMenuItem (remember they both inherit from TruncatableMenuItem so they get that for free). So Name() was redundant, by getting rid of it there is just Label() and TruncatedLabel() which is all we need!
|
H A D | WindowMenuItem.cpp | c38afcd62ca869cd169ed52fa171db35352bbd00 Fri Feb 20 01:45:46 UTC 2015 John Scipione <jscipione@gmail.com> Deskbar: Remove Name() and fName, replace with Label()
... from TeamMenuItem and WindowMenuItem.
It was confusing having Name(), Label(), and TruncatedLabel().
Name() == Label() because Label() never changes, the displayed Label stored in TruncatedLabel() in both TeamWindowItem and WindowMenuItem (remember they both inherit from TruncatableMenuItem so they get that for free). So Name() was redundant, by getting rid of it there is just Label() and TruncatedLabel() which is all we need!
|
H A D | WindowMenu.cpp | c38afcd62ca869cd169ed52fa171db35352bbd00 Fri Feb 20 01:45:46 UTC 2015 John Scipione <jscipione@gmail.com> Deskbar: Remove Name() and fName, replace with Label()
... from TeamMenuItem and WindowMenuItem.
It was confusing having Name(), Label(), and TruncatedLabel().
Name() == Label() because Label() never changes, the displayed Label stored in TruncatedLabel() in both TeamWindowItem and WindowMenuItem (remember they both inherit from TruncatableMenuItem so they get that for free). So Name() was redundant, by getting rid of it there is just Label() and TruncatedLabel() which is all we need!
|
H A D | TeamMenuItem.cpp | c38afcd62ca869cd169ed52fa171db35352bbd00 Fri Feb 20 01:45:46 UTC 2015 John Scipione <jscipione@gmail.com> Deskbar: Remove Name() and fName, replace with Label()
... from TeamMenuItem and WindowMenuItem.
It was confusing having Name(), Label(), and TruncatedLabel().
Name() == Label() because Label() never changes, the displayed Label stored in TruncatedLabel() in both TeamWindowItem and WindowMenuItem (remember they both inherit from TruncatableMenuItem so they get that for free). So Name() was redundant, by getting rid of it there is just Label() and TruncatedLabel() which is all we need!
|
H A D | ExpandoMenuBar.cpp | c38afcd62ca869cd169ed52fa171db35352bbd00 Fri Feb 20 01:45:46 UTC 2015 John Scipione <jscipione@gmail.com> Deskbar: Remove Name() and fName, replace with Label()
... from TeamMenuItem and WindowMenuItem.
It was confusing having Name(), Label(), and TruncatedLabel().
Name() == Label() because Label() never changes, the displayed Label stored in TruncatedLabel() in both TeamWindowItem and WindowMenuItem (remember they both inherit from TruncatableMenuItem so they get that for free). So Name() was redundant, by getting rid of it there is just Label() and TruncatedLabel() which is all we need!
|