~dandrader/qtmir/removeHotspot

« back to all changes in this revision

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

  • Committer: CI Train Bot
  • Author(s): Daniel d'Andrada, Michał Sawicz
  • Date: 2016-05-18 11:18:29 UTC
  • mfrom: (486.1.5 origin/detachPromptSurfaces)
  • Revision ID: ci-train-bot@canonical.com-20160518111829-j8ma5fzus8z2l72h
Move prompt surfaces from MirSurface to Application and emit firstChanged signal

Show diffs side-by-side

added added

removed removed

Lines of Context:
109
109
    QSize initialSurfaceSize() const override;
110
110
    void setInitialSurfaceSize(const QSize &size) override;
111
111
    unity::shell::application::MirSurfaceListInterface* surfaceList() override;
 
112
    unity::shell::application::MirSurfaceListInterface* promptSurfaceList() override;
112
113
 
113
114
    ProcessState processState() const { return m_processState; }
114
115
    void setProcessState(ProcessState value);
191
192
    bool m_closing{false};
192
193
 
193
194
    ProxySurfaceListModel m_proxySurfaceList;
 
195
    ProxySurfaceListModel m_proxyPromptSurfaceList;
194
196
 
195
197
    friend class ApplicationManager;
196
198
    friend class SessionManager;