~yofel/project-neon/appmenu

« back to all changes in this revision

Viewing changes to appmenu.h

  • Committer: Alex Fiestas
  • Date: 2012-02-08 21:57:49 UTC
  • mfrom: (4.1.7)
  • Revision ID: git-v1:01cb2a7e324f49f417a0277fb38889d5f60b5b78
Merge branch 'refactor'

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
        void activeWindowChanged(WId wid);
47
47
 
48
48
    private:
 
49
        const QPair<QString, QString> getMenuForActiveWindow() const;
 
50
        const DBusMenuLayoutItem getTopLevelItem() const;
49
51
        void inspectForMatches(const DBusMenuLayoutItem &topItem, QString query, MatchList &matchList, QString &path);
50
52
        void getTopLevelWindows();
51
53
        void addMatch(const DBusMenuLayoutItem& item, MatchList& matchList, QString& path);
52
54
 
 
55
        void handleDBusError(const QDBusError &error) const;
 
56
 
53
57
    private:
54
58
        WId m_activeWid;
55
59
        QList<WId> m_topWindows;