~bilalakhtar/unity/fix-queuedraw-after-addlaunchericon

« back to all changes in this revision

Viewing changes to dash/LensView.h

  • Committer: Tarmac
  • Author(s): Nick Dedekind, Gord Allott
  • Date: 2012-08-15 15:17:58 UTC
  • mfrom: (2419.4.70 unity.Preview)
  • Revision ID: tarmac-20120815151758-7tf3zgnndg5gocou
Added Music, App, Movie (basic) & Generic dash preview UIs and preview standalones.. Fixes: . Approved by Neil J. Patel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
#include "FilterBar.h"
34
34
#include "unity-shared/Introspectable.h"
35
35
#include "PlacesGroup.h"
36
 
#include "PlacesVScrollBar.h"
37
36
#include "ResultViewGrid.h"
38
37
#include "unity-shared/UBusWrapper.h"
 
38
#include "unity-shared/PlacesVScrollBar.h"
 
39
#include "previews/Preview.h"
39
40
 
40
41
namespace unity
41
42
{
42
43
namespace dash
43
44
{
 
45
 
44
46
class LensScrollView;
45
 
 
46
47
class LensView : public nux::View, public unity::debug::Introspectable
47
48
{
48
49
  NUX_DECLARE_OBJECT_TYPE(LensView, nux::View);
117
118
  FilterBar* filter_bar_;
118
119
  nux::StaticCairoText* no_results_;
119
120
 
 
121
  previews::Preview::Ptr preview_;
 
122
  std::string last_activated_result_uri_;
120
123
  UBusManager ubus_manager_;
121
124
  glib::Source::UniquePtr fix_rendering_idle_;
122
125
};