~3v1n0/unity/scale-window-cast-protection

« back to all changes in this revision

Viewing changes to launcher/FileManagerLauncherIcon.h

  • Committer: Andrea Azzarone
  • Date: 2016-11-07 11:44:45 UTC
  • mfrom: (4146.5.7 unity)
  • mto: This revision was merged to the branch mainline in revision 4202.
  • Revision ID: azzaronea@gmail.com-20161107114445-nqya3pkr3947e3z0
Merge trunk and resolve conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
class FileManagerLauncherIcon : public ApplicationLauncherIcon, public StorageLauncherIcon
33
33
{
34
34
public:
 
35
  typedef nux::ObjectPtr<FileManagerLauncherIcon> Ptr;
 
36
 
35
37
  FileManagerLauncherIcon(ApplicationPtr const&, DeviceLauncherSection::Ptr const&, FileManager::Ptr const& = nullptr);
36
38
 
 
39
  bool IsUserVisible() const override;
 
40
 
 
41
protected:
 
42
  WindowList WindowsOnViewport() override;
 
43
  WindowList WindowsForMonitor(int monitor) override;
 
44
 
37
45
private:
38
46
  WindowList GetManagedWindows() const override;
39
47
  WindowList GetStorageWindows() const override;