|
def | __init__ (self) |
|
def | set_activation_config (self, activation_config) |
|
def | rowCount (self, parent=QtCore.QModelIndex()) |
|
def | columnCount (self, parent=QtCore.QModelIndex()) |
|
def | data (self, index, role=QtCore.Qt.DisplayRole) |
|
def | setData (self, index, data, role=QtCore.Qt.DisplayRole) |
|
def | headerData (self, section, orientation, role) |
|
def | flags (self, index) |
|
def | insertRows (self, row, count, parent=None) |
|
def | removeRows (self, row, count, parent=None) |
|
def | set_pulse_block (self, pulse_block) |
|
|
| digital_channels |
|
| analog_channels |
|
| activation_config |
|
|
| sigColumnWidthChanged = QtCore.Signal(int, int) |
|
int | lengthRole = QtCore.Qt.UserRole + 1 |
|
int | incrementRole = QtCore.Qt.UserRole + 2 |
|
int | digitalStateRole = QtCore.Qt.UserRole + 3 |
|
int | analogFunctionRole = QtCore.Qt.UserRole + 4 |
|
int | analogShapeRole = QtCore.Qt.UserRole + 5 |
|
int | analogParameterRole = QtCore.Qt.UserRole + 6 |
|
int | analogChannelSetRole = QtCore.Qt.UserRole + 7 |
|
int | digitalChannelSetRole = QtCore.Qt.UserRole + 8 |
|
int | channelSetRole = QtCore.Qt.UserRole + 9 |
|
int | blockElementRole = QtCore.Qt.UserRole + 10 |
|
int | pulseBlockRole = QtCore.Qt.UserRole + 11 |
|
◆ insertRows()
def pulse_editors.BlockEditorTableModel.insertRows |
( |
|
self, |
|
|
|
row, |
|
|
|
count, |
|
|
|
parent = None |
|
) |
| |
◆ removeRows()
def pulse_editors.BlockEditorTableModel.removeRows |
( |
|
self, |
|
|
|
row, |
|
|
|
count, |
|
|
|
parent = None |
|
) |
| |
◆ set_activation_config()
def pulse_editors.BlockEditorTableModel.set_activation_config |
( |
|
self, |
|
|
|
activation_config |
|
) |
| |
◆ set_pulse_block()
def pulse_editors.BlockEditorTableModel.set_pulse_block |
( |
|
self, |
|
|
|
pulse_block |
|
) |
| |
The documentation for this class was generated from the following file:
- gui/pulsed/pulse_editors.py