14class QAbstractItemModel;
21class SwitcherItem :
public QObject
38 Q_CLASSINFO("DefaultProperty", "
item")
43 QAbstractItemModel *
model() const;
53 return m_noModifierGrab;
80 QAbstractItemModel *m_model;
85 QMetaObject::Connection m_selectedIndexConnection;
86 bool m_noModifierGrab =
false;
87 bool m_automaticallyHide =
true;
102 return m_allDesktops;
107 return m_currentIndex;
QAbstractItemModel * model
void noModifierGrabChanged()
void setAutomaticallyHide(bool value)
void setCurrentIndex(int index)
void screenGeometryChanged()
void currentIndexChanged(int index)
void setVisible(bool visible)
void setNoModifierGrab(bool set)
void allDesktopsChanged()
void setItem(QObject *item)
bool isAllDesktops() const
void setModel(QAbstractItemModel *model)
void compositingChanged()
void automaticallyHideChanged()
void setAllDesktops(bool all)