GUI¶

The GUI Library Group.

SAMSON API: The GUI Library Group

class samson.GUI.Action(*args, **kwargs)¶

Bases: pybind11_builtins.pybind11_object

This class is the base class for actions.

SAMSON API: SBGAction

Overloaded function.

  1. __init__(self: samson.GUI.Action, UUID: samson.Core.Container.UUID) -> None
  2. __init__(self: samson.GUI.Action, text: str, UUID: samson.Core.Container.UUID) -> None
setup(self: samson.GUI.Action, arg0: samson.DataModel.DataGraph.NodeIndexer) → bool¶

Initializes the action

trigger(self: samson.GUI.Action) → None¶

Triggers the action

UUID¶

Returns the action’s UUID

__eq__¶

Return self==value.

__ge__¶

Return self>=value.

__gt__¶

Return self>value.

__le__¶

Return self<=value.

__lt__¶

Return self<value.

__ne__¶

Return self!=value.

favoriteFlag¶

The favorite flag

highlightingFlag¶

The highlighting flag

name¶

Returns the action’s class name