~saviq/unity-api/cross-and-wrap

« back to all changes in this revision

Viewing changes to include/unity/shell/scopes/ResultsModelInterface.h

  • Committer: CI bot
  • Author(s): Michal Hruby
  • Date: 2014-07-31 11:13:51 UTC
  • mfrom: (147.2.6 unity-api)
  • Revision ID: ps-jenkins@lists.canonical.com-20140731111351-d0r7g3xye11drt64
Added interface for scopes overview. 
Approved by: Albert Astals Cid

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
        RoleEmblem,
70
70
        RoleSummary,
71
71
        RoleAttributes,
72
 
        RoleBackground
 
72
        RoleBackground,
 
73
        RoleOverlayColor
73
74
    };
74
75
 
75
76
    // @cond
92
93
        roles[RoleSummary] = "summary";
93
94
        roles[RoleAttributes] = "attributes";
94
95
        roles[RoleBackground] = "background";
 
96
        roles[RoleOverlayColor] = "overlayColor";
95
97
        return roles;
96
98
    }
97
99