seq
4.0.0-pre3
|
Sequence Tree View. More...
Public Member Functions | |
def | __init__ (self, parent=None) |
Trivial ctor. More... | |
def | on_clicked (self, index) |
def | rowsInserted (self, parent, start, end) |
def | setModel (self, model) |
def | customResizeColumns (self) |
def | scrollToLastChange (self, indexTopLeft, indexBottomRight, roles) |
def | displayChoiceDialog (self, indexTopLeft, indexBottomRight, roles) |
def | collapse_skip_node (self, index) |
def | clear_model (self) |
Public Attributes | |
dialog_box | |
Static Public Attributes | |
mark = Signal(int, int) | |
Sequence Tree View.
Presents the state of the sequence as a tree. The top level entries presents the sequences loaded. Each child presents then either a step, or an agrupation node, such as nested sequences, parallel or FOR loops.
def qseqtreeview.QSeqTreeView.__init__ | ( | self, | |
parent = None |
|||
) |
Trivial ctor.
def qseqtreeview.QSeqTreeView.clear_model | ( | self | ) |
def qseqtreeview.QSeqTreeView.collapse_skip_node | ( | self, | |
index | |||
) |
def qseqtreeview.QSeqTreeView.customResizeColumns | ( | self | ) |
def qseqtreeview.QSeqTreeView.displayChoiceDialog | ( | self, | |
indexTopLeft, | |||
indexBottomRight, | |||
roles | |||
) |
def qseqtreeview.QSeqTreeView.on_clicked | ( | self, | |
index | |||
) |
def qseqtreeview.QSeqTreeView.rowsInserted | ( | self, | |
parent, | |||
start, | |||
end | |||
) |
def qseqtreeview.QSeqTreeView.scrollToLastChange | ( | self, | |
indexTopLeft, | |||
indexBottomRight, | |||
roles | |||
) |
def qseqtreeview.QSeqTreeView.setModel | ( | self, | |
model | |||
) |
qseqtreeview.QSeqTreeView.dialog_box |
|
static |