74 void activate(
const QStringList &windowIds);
94 void realDeactivate();
95 void setSelectedIds(
const QList<QUuid> &ids);
97 QTimer *m_shutdownTimer;
98 QList<QUuid> m_windowIds;
101 QAction *m_exposeAction =
nullptr;
102 QAction *m_exposeAllAction =
nullptr;
103 QAction *m_exposeClassAction =
nullptr;
104 QAction *m_exposeClassCurrentDesktopAction =
nullptr;
105 QAction *m_realtimeToggleAction =
nullptr;
107 QList<QKeySequence> m_shortcut;
108 QList<QKeySequence> m_shortcutAll;
109 QList<QKeySequence> m_shortcutClass;
110 QList<QKeySequence> m_shortcutClassCurrentDesktop;
111 QList<ElectricBorder> m_borderActivate;
112 QList<ElectricBorder> m_borderActivateAll;
113 QList<ElectricBorder> m_borderActivateClass;
114 QList<ElectricBorder> m_borderActivateClassCurrentDesktop;
115 QList<ElectricBorder> m_touchBorderActivate;
116 QList<ElectricBorder> m_touchBorderActivateAll;
117 QList<ElectricBorder> m_touchBorderActivateClass;
118 QList<ElectricBorder> m_touchBorderActivateClassCurrentDesktop;
119 QString m_searchText;
121 qreal m_partialActivationFactor = 0;
123 int m_animationDuration = 400;
125 bool m_gestureInProgress =
false;