KeySetKeyStatus¶

-
class
KeySetKeyStatus¶ Bases:
pybind11_builtins.pybind11_objectStatus of a Key, being part of a selected, hovered object or selected by itself.
Constructors
__init__Methods
__eq____ne__in_hovered_object()rtype: bool in_reachable_object()rtype: bool in_selected_object()rtype: bool selected()rtype: bool set_in_hovered_object(in_hovered_object)type in_hovered_object: bool set_in_reachable_object(in_reachable_object)type in_reachable_object: bool set_in_selected_object(in_selected_object)type in_selected_object: bool set_selected(selected)type selected: bool -
in_hovered_object() → bool¶ Return type: bool
-
in_reachable_object() → bool¶ Return type: bool
-
in_selected_object() → bool¶ Return type: bool
-
selected() → bool¶ Return type: bool
-
set_in_hovered_object(in_hovered_object: bool) → None¶
-
set_in_reachable_object(in_reachable_object: bool) → None¶
-
set_in_selected_object(in_selected_object: bool) → None¶
-
set_selected(selected: bool) → None¶
-