~unity-team/unity/trusty-1361679

« back to all changes in this revision

Viewing changes to dash/FilterMultiRangeButton.h

  • Committer: CI bot
  • Author(s): Stephen M. Webb, Marco Trevisan (Treviño), Andrea Azzarone, Pawel Szubert, Chris Townsend, Andrea Azzarone, Eleni Maria Stea
  • Date: 2014-08-26 13:48:28 UTC
  • mfrom: (3800.1.24 prepare-7.2.3-SRU)
  • Revision ID: ps-jenkins@lists.canonical.com-20140826134828-fkev1oisyfl9kbt3
Prepare fixes for upstream micro-release 7.2.3. Fixes: 1283415, 1292391, 1306211, 1312107, 1320051, 1320071, 1324114, 1339629, 1340171, 1340394, 1340477, 1340992, 1340996, 1342208, 1342731, 1347735

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
{
55
55
  NUX_DECLARE_OBJECT_TYPE(FilterMultiRangeButton, nux::ToggleButton);
56
56
public:
57
 
  FilterMultiRangeButton (NUX_FILE_LINE_PROTO);
58
 
  virtual ~FilterMultiRangeButton();
 
57
  FilterMultiRangeButton(NUX_FILE_LINE_PROTO);
 
58
 
 
59
  nux::Property<double> scale;
59
60
 
60
61
  void SetFilter(FilterOption::Ptr const& filter);
61
62
  FilterOption::Ptr GetFilter();
69
70
 
70
71
private:
71
72
  void InitTheme();
72
 
  void Init();
73
73
 
74
74
  void RedrawTheme(nux::Geometry const& geom,
75
75
                   cairo_t* cr,