~azzar1/unity/proper-reboot

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/TrashLauncherIcon.h

  • Committer: Daniel van Vugt
  • Date: 2012-03-14 06:24:18 UTC
  • mfrom: (2108 unity)
  • mto: This revision was merged to the branch mainline in revision 2146.
  • Revision ID: daniel.van.vugt@canonical.com-20120314062418-nprucpbr0m7qky5e
MergedĀ latestĀ lp:unity

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
{
37
37
 
38
38
public:
39
 
  TrashLauncherIcon(Launcher* launcher);
 
39
  TrashLauncherIcon();
40
40
  ~TrashLauncherIcon();
41
41
 
42
 
  virtual nux::Color BackgroundColor();
43
 
  virtual nux::Color GlowColor();
44
 
 
45
42
protected:
46
43
  void UpdateTrashIcon();
47
44
 
48
45
  nux::DndAction OnQueryAcceptDrop(unity::DndData& dnd_data);
49
46
  void OnAcceptDrop(unity::DndData& dnd_data);
 
47
  std::string GetName() const;
50
48
 
51
49
private:
52
50
  gulong on_trash_changed_handler_id_;