QAbstractItemModelReplica露
- PyQt5.QtRemoteObjects.QAbstractItemModelReplica
Inherits from QAbstractItemModel.
Description露
TODO
Methods露
- availableRoles() → List[int]
TODO
- columnCount(parent: QModelIndex = QModelIndex()) → int
TODO
- data(QModelIndex, role: int = Qt.ItemDataRole.DisplayRole) → Any
TODO
- flags(QModelIndex) → ItemFlags
TODO
- hasChildren(parent: QModelIndex = QModelIndex()) → bool
TODO
- hasData(QModelIndex, int) → bool
TODO
- headerData(int, Orientation, int) → Any
TODO
- index(int, int, parent: QModelIndex = QModelIndex()) → QModelIndex
TODO
- isInitialized() → bool
TODO
- parent(QModelIndex) → QModelIndex
TODO
- roleNames() → Dict[int, QByteArray]
TODO
- rootCacheSize() → int
TODO
- rowCount(parent: QModelIndex = QModelIndex()) → int
TODO
- selectionModel() → QItemSelectionModel
TODO
- setData(QModelIndex, Any, role: int = Qt.ItemDataRole.EditRole) → bool
TODO
- setRootCacheSize(int)
TODO
Signals露
- initialized()
TODO