summaryrefslogtreecommitdiffstats
path: root/src/Authoring/Studio/Palettes/TimelineGraphicsView/RowManager.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authoring/Studio/Palettes/TimelineGraphicsView/RowManager.h')
-rw-r--r--src/Authoring/Studio/Palettes/TimelineGraphicsView/RowManager.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Authoring/Studio/Palettes/TimelineGraphicsView/RowManager.h b/src/Authoring/Studio/Palettes/TimelineGraphicsView/RowManager.h
index 9a469d8e..ceedf147 100644
--- a/src/Authoring/Studio/Palettes/TimelineGraphicsView/RowManager.h
+++ b/src/Authoring/Studio/Palettes/TimelineGraphicsView/RowManager.h
@@ -69,6 +69,7 @@ public:
int index = -1);
RowTree *getRowAtPos(const QPointF &scenePos) const;
RowTree *selectedRow() const;
+ bool isComponentRoot() const;
bool isRowSelected(RowTree *row) const;
QVector<RowTree *> selectedRows() const;
void ensureRowExpandedAndVisible(RowTree *row, bool forceChildUpdate) const;