seq  4.0.0-pre3
Public Member Functions | Static Public Attributes | List of all members
lib.nodes.dialogs.Dialog Class Reference
Inheritance diagram for lib.nodes.dialogs.Dialog:
lib.nodes.action.Action lib.nodes.interface._BaseNode lib.nodes.dialogs.BasicDialog

Public Member Functions

def __attrs_post_init__ (self, dialog_type)
 
def execute_plugin (self, plugin_method)
 Convenience method to handle synchronous or asynchronous plugins. More...
 
- Public Member Functions inherited from lib.nodes.action.Action
def __attrs_post_init__ (self)
 setup object. More...
 
def make_sequence (self, parent_tpl=None)
 Not much to do here. More...
 
def __call__ (self, resume=False)
 Executes node action. More...
 
- Public Member Functions inherited from lib.nodes.interface._BaseNode
def make_sequence (self)
 does nothing More...
 
def make_task (self, node, input_list, resume)
 Creates the task object that executes the node. More...
 
def pause (self)
 
def resume (self)
 

Static Public Attributes

 dialog_type = attr.ib(default=None, init=False)
 
- Static Public Attributes inherited from lib.nodes.action.Action
 f = attr.ib(default=None, repr=False)
 
 parent_tpl = attr.ib(default=None, repr=False)
 
 current_node = cv.ContextVar("current_node", default=None)
 
- Static Public Attributes inherited from lib.nodes.interface._BaseNode
 id = attr.ib(default=None, kw_only=True)
 
 name = attr.ib(default=None, kw_only=True)
 
 runtime_flags = attr.ib(default=0, kw_only=True)
 
 deps = attr.ib(default=attr.Factory(list), repr=False, kw_only=True, init=False)
 
 description = attr.ib(default="", kw_only=True)
 
 exception = attr.ib(init=False, default=None, repr=False)
 
 can_skip = attr.ib(default=True, init=False)
 
 hide = attr.ib(default=False, init=False)
 
 t_start = attr.ib(init=False, default=None, repr=False)
 
 t_end = attr.ib(init=False, default=None, repr=False)
 
 running_checkpoint
 
 serial_number = attr.ib(init=False)
 

Additional Inherited Members

- Public Attributes inherited from lib.nodes.action.Action
 name
 
 id
 
 description
 
 runtime_flags
 
 in_error
 
 t_start
 
 skip
 
 t_end
 
 result
 
 exception
 
- Properties inherited from lib.nodes.action.Action
 context = property
 Get context from the running Sequence. More...
 
 state = property
 
 full_state = property
 
- Properties inherited from lib.nodes.interface._BaseNode
 result = property
 Node's result. More...
 
 end_node = property
 
 start_node = property
 
 state = property
 Gets the node state. More...
 
 full_state = property
 Gets the node state. More...
 
 in_error = property
 
 skip = property
 

Member Function Documentation

◆ __attrs_post_init__()

def lib.nodes.dialogs.Dialog.__attrs_post_init__ (   self,
  dialog_type 
)

◆ execute_plugin()

def lib.nodes.dialogs.Dialog.execute_plugin (   self,
  plugin_method 
)

Convenience method to handle synchronous or asynchronous plugins.

Parameters
plugin_methodcoroutine or methods to be executed

Member Data Documentation

◆ dialog_type

lib.nodes.dialogs.Dialog.dialog_type = attr.ib(default=None, init=False)
static

The documentation for this class was generated from the following file: