summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/TreeHeader.h
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@qt.io>2018-04-30 16:41:11 +0300
committerMiikka Heikkinen <miikka.heikkinen@qt.io>2018-05-02 07:47:43 +0000
commitac8febfea8f56c49d197d2d0e03235096d63e068 (patch)
treedccf3088a0137560e5f6049f4c581a1f31ba8b12 /src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/TreeHeader.h
parent77dfe6421d8784614f4a9c096d9212e9ee9f529e (diff)
Implement more timeline shortcuts
Also fixes a crash when toggling visibility of the selected object when none is selected. Task-number: QT3DS-1452 Change-Id: I1e3b47955e2251d67e5b7dfef5f1ba6afc6c8ae1 Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io> Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io>
Diffstat (limited to 'src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/TreeHeader.h')
-rw-r--r--src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/TreeHeader.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/TreeHeader.h b/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/TreeHeader.h
index 1c2d703f..88239215 100644
--- a/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/TreeHeader.h
+++ b/src/Authoring/Studio/Palettes/TimelineGraphicsView/ui/TreeHeader.h
@@ -53,6 +53,10 @@ public:
int m_treeWidth = TimelineConstants::TREE_DEFAULT_W;
+ void toggleFilterShy();
+ void toggleFilterHidden();
+ void toggleFilterLocked();
+
private:
bool m_shy = false;
bool m_visible = false;