~mir-team/qtmir/trunk

« back to all changes in this revision

Viewing changes to src/modules/Unity/Application/session_interface.h

  • Committer: Bileto Bot
  • Author(s): Daniel d'Andrada
  • Date: 2016-07-04 13:58:01 UTC
  • mfrom: (520.1.5 dbusFocusInfo)
  • Revision ID: ci-train-bot@canonical.com-20160704135801-055x20tgh6j9edbp
com.canonical.Unity.FocusInfo D-Bus service for providing focus information

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
    virtual bool hadSurface() const = 0; // whether this session ever had any surface (currently or in the past)
93
93
    virtual bool hasClosingSurfaces() const = 0; // whether it has surfaces being forcibly closed
94
94
 
 
95
    // Whether any of its MirSurfaces has activeFocus()
 
96
    // See qtmir::MirSurfaceInterface::activeFocus
 
97
    virtual bool activeFocus() const = 0;
 
98
 
 
99
    virtual pid_t pid() const = 0;
 
100
 
95
101
    // For SessionManager use
96
102
 
97
103
    virtual void addChildSession(SessionInterface* session) = 0;