MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / selectWithRecursion

Method selectWithRecursion

Gui/DopeSheetHierarchyView.cpp:113–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113void
114HierarchyViewSelectionModel::selectWithRecursion(const QItemSelection &userSelection,
115 QItemSelectionModel::SelectionFlags command,
116 bool recurse)
117{
118 selectInternal(userSelection, command, recurse);
119}
120
121void
122HierarchyViewSelectionModel::select(const QItemSelection &userSelection,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected