hlcc 2.0.0-beta2+pre1
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes | List of all members
sequencerpanel_list.SequencerPanelList Class Reference

Qt List with all configure sequence commands to be executed inside the HLCC UI Each Item will contain a QPushButton to tigger the command execution and a brief description of the steps that the sequence will execute. More...

Inheritance diagram for sequencerpanel_list.SequencerPanelList:

Public Member Functions

def __init__ (self, list sequences_configuration_list, parent=None, *args, **kwargs)
 Constructor.
 

Public Attributes

 ui
 

Protected Member Functions

def _init_gui (self, list sequences_configuration_list)
 In some cases, widgets are not ready for modification until init is done.
 

Protected Attributes

 _sequencer_item_widgets
 

Detailed Description

Qt List with all configure sequence commands to be executed inside the HLCC UI Each Item will contain a QPushButton to tigger the command execution and a brief description of the steps that the sequence will execute.

Constructor & Destructor Documentation

◆ __init__()

def sequencerpanel_list.SequencerPanelList.__init__ (   self,
list  sequences_configuration_list,
  parent = None,
args,
**  kwargs 
)

Constructor.

Parameters
sequences_configuration_listList holding sequencer configuration
parentQWidget that have this object as children
argsOptional arguments
kwargsNumber of arguments

Member Function Documentation

◆ _init_gui()

def sequencerpanel_list.SequencerPanelList._init_gui (   self,
list  sequences_configuration_list 
)
protected

In some cases, widgets are not ready for modification until init is done.

This can be workaround by invoking another method at the end of init.

Parameters
sequences_configuration_listList holding sequences configuration :return:

Member Data Documentation

◆ _sequencer_item_widgets

sequencerpanel_list.SequencerPanelList._sequencer_item_widgets
protected

◆ ui

sequencerpanel_list.SequencerPanelList.ui

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