Select¶
ChannelSelection¶
-
class
lxu.select.
ChannelSelection
¶ This is equivalent to the CLxChannrlSelection helper class in C++.
-
clear
()¶ Drop the selection without changing the selection mode.
-
current
()¶ Returns the currently selected channels as a list. Channels are given by an item / channel index pair.
-
drop
()¶ Drop the selection, changing the selection mode.
-
pkt_list
()¶ Return a list of raw selection packets.
-
ItemSelection¶
-
class
lxu.select.
ItemSelection
¶ This is equivalent to the CLxItemSelection helper class in C++. Selected items are returned as a list.
-
clear
()¶ Drop the selection without changing the selection mode.
-
current
()¶ Returns the currently selected items are returned as a list.
-
drop
()¶ Drop the selection, changing the selection mode.
-
pkt_list
()¶ Return a list of raw selection packets.
-
select
(itemID, add)¶ Select an item by ID or name
itemID - name or ID of item to select add - add to current selection or replace, default = replace
-
SceneSelection¶
-
class
lxu.select.
SceneSelection
¶ This is equivalent to the CLxSceneSelection helper class in C++.
-
clear
()¶ Drop the selection without changing the selection mode.
-
current
()¶ Return the current scene.
-
drop
()¶ Drop the selection, changing the selection mode.
-
pkt_list
()¶ Return a list of raw selection packets.
-