Home
last modified time | relevance | path

Searched hist:c38afcd62ca869cd169ed52fa171db35352bbd00 (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/deskbar/
H A DWindowMenuItem.hc38afcd62ca869cd169ed52fa171db35352bbd00 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 DTeamMenuItem.hc38afcd62ca869cd169ed52fa171db35352bbd00 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 DWindowMenuItem.cppc38afcd62ca869cd169ed52fa171db35352bbd00 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 DWindowMenu.cppc38afcd62ca869cd169ed52fa171db35352bbd00 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 DTeamMenuItem.cppc38afcd62ca869cd169ed52fa171db35352bbd00 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 DExpandoMenuBar.cppc38afcd62ca869cd169ed52fa171db35352bbd00 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!