adding deactivate and inserts default to deactivated and deselected

This commit is contained in:
Chris Cochrun 2022-10-18 16:57:25 -05:00
parent 6eea7cc7af
commit 13b0b0348a
2 changed files with 33 additions and 0 deletions

View file

@ -87,6 +87,7 @@ public:
Q_INVOKABLE bool moveUp(int index);
Q_INVOKABLE bool select(int id);
Q_INVOKABLE bool activate(int id);
Q_INVOKABLE bool deactivate(int id);
Q_INVOKABLE QVariantMap getItem(int index) const;
Q_INVOKABLE QVariantList getItems();
Q_INVOKABLE void clearAll();