Module:
sdynpy.fileio.sdynpy_escdfSource: GitHub
Parent:
PyQt5.QtCore.QAbstractTableModelParent:
PyQt5.QtCore.QAbstractItemModelParent:
PyQt5.QtCore.QObjectParent:
sip.wrapperParent:
sip.simplewrapper
Signature¶
class sdynpy.fileio.sdynpy_escdf.ESCDFTableModel(escdf_property, indices, parent=None)QAbstractTableModel(parent: Optional[QObject] = None)
Methods¶
| Name | Summary |
|---|---|
__init__ | Initialize self. See help(type(self)) for accurate signature. |
columnCount | columnCount(self, parent: QModelIndex = QModelIndex()) -> int |
data | data(self, index: QModelIndex, role: int = Qt.ItemDataRole.DisplayRole) -> Any |
get_slice | |
headerData | headerData(self, section: int, orientation: Qt.Orientation, role: int = Qt.ItemDataRole.DisplayRole) -> Any |
rowCount | rowCount(self, parent: QModelIndex = QModelIndex()) -> int |
__init__¶
Source: GitHub
def sdynpy.fileio.sdynpy_escdf.ESCDFTableModel.__init__(self, escdf_property, indices, parent=None)Initialize self. See help(type(self)) for accurate signature.
columnCount¶
Source: GitHub
def sdynpy.fileio.sdynpy_escdf.ESCDFTableModel.columnCount(self, parent=<PyQt5.QtCore.QModelIndex object at 0x7f7f98f3c280>)columnCount(self, parent: QModelIndex = QModelIndex()) -> int
data¶
Source: GitHub
def sdynpy.fileio.sdynpy_escdf.ESCDFTableModel.data(self, index, role=0)data(self, index: QModelIndex, role: int = Qt.ItemDataRole.DisplayRole) -> Any
get_slice¶
Source: GitHub
def sdynpy.fileio.sdynpy_escdf.ESCDFTableModel.get_slice(self, row, column)headerData¶
Source: GitHub
def sdynpy.fileio.sdynpy_escdf.ESCDFTableModel.headerData(self, section, orientation, role=0)headerData(self, section: int, orientation: Qt.Orientation, role: int = Qt.ItemDataRole.DisplayRole) -> Any
rowCount¶
Source: GitHub
def sdynpy.fileio.sdynpy_escdf.ESCDFTableModel.rowCount(self, parent=<PyQt5.QtCore.QModelIndex object at 0x7f7f98f3c1a0>)rowCount(self, parent: QModelIndex = QModelIndex()) -> int