views
View
Bases: QTreeView
Source code in client/ayon_maya/tools/mayalookassigner/views.py
4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
|
extend_to_children(indices)
Extend the indices to the children indices.
Top-level indices are extended to its children indices. Sub-items are kept as is.
:param indices: The indices to extend. :type indices: list
:return: The children indices :rtype: list
Source code in client/ayon_maya/tools/mayalookassigner/views.py
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 |
|
get_indices()
Get the selected rows
Source code in client/ayon_maya/tools/mayalookassigner/views.py
16 17 18 19 |
|