frame_controls.postprocess_widgets package

Submodules

frame_controls.postprocess_widgets.pandas_widget module

class frame_controls.postprocess_widgets.pandas_widget.PandasModel(parent: QObject = None)[source]

Bases: QAbstractTableModel

Methods

CheckIndexOption(value)

An enumeration.

CheckIndexOptions(...)

LayoutChangeHint

beginInsertColumns(self, QModelIndex, int, int)

beginInsertRows(self, QModelIndex, int, int)

beginMoveColumns(self, QModelIndex, int, ...)

beginMoveRows(self, QModelIndex, int, int, ...)

beginRemoveColumns(self, QModelIndex, int, int)

beginRemoveRows(self, QModelIndex, int, int)

beginResetModel(self)

blockSignals(self, bool)

buddy(self, QModelIndex)

canDropMimeData(self, QMimeData, ...)

canFetchMore(self, QModelIndex)

changePersistentIndex(self, QModelIndex, ...)

changePersistentIndexList(self, ...)

checkIndex(self, QModelIndex[, options])

childEvent(self, QChildEvent)

children(self)

columnCount(self[, parent])

columnsAboutToBeInserted

columnsAboutToBeInserted(self, QModelIndex, int, int) [signal]

columnsAboutToBeMoved

columnsAboutToBeMoved(self, QModelIndex, int, int, QModelIndex, int) [signal]

columnsAboutToBeRemoved

columnsAboutToBeRemoved(self, QModelIndex, int, int) [signal]

columnsInserted

columnsInserted(self, QModelIndex, int, int) [signal]

columnsMoved

columnsMoved(self, QModelIndex, int, int, QModelIndex, int) [signal]

columnsRemoved

columnsRemoved(self, QModelIndex, int, int) [signal]

connectNotify(self, QMetaMethod)

createIndex(self, int, int, object)

customEvent(self, QEvent)

data(self, QModelIndex[, role])

dataChanged

Iterable[int] = []) [signal]

decodeData(self, int, int, QModelIndex, ...)

deleteLater(self)

destroyed

QObject = None) [signal]

disconnect(-> bool disconnect)

disconnectNotify(self, QMetaMethod)

dropMimeData(self, QMimeData, Qt.DropAction, ...)

dumpObjectInfo(self)

dumpObjectTree(self)

dynamicPropertyNames(self)

encodeData(self, Iterable[QModelIndex], ...)

endInsertColumns(self)

endInsertRows(self)

endMoveColumns(self)

endMoveRows(self)

endRemoveColumns(self)

endRemoveRows(self)

endResetModel(self)

event(self, QEvent)

eventFilter(self, QObject, QEvent)

fetchMore(self, QModelIndex)

findChild(-> QObject)

findChildren(...)

flags(self, QModelIndex)

hasIndex(self, int, int, parent)

headerData(self, int, Qt.Orientation, role)

headerDataChanged

headerDataChanged(self, Qt.Orientation, int, int) [signal]

index(self, int, int, parent)

inherits(self, str)

insertColumn(self, int[, parent])

insertColumns(self, int, int, parent)

insertRow(self, int[, parent])

insertRows(self, int, int, parent)

installEventFilter(self, QObject)

isSignalConnected(self, QMetaMethod)

isWidgetType(self)

isWindowType(self)

itemData(self, QModelIndex)

killTimer(self, int)

layoutAboutToBeChanged

QAbstractItemModel.LayoutChangeHint = QAbstractItemModel.NoLayoutChangeHint) [signal]

layoutChanged

QAbstractItemModel.LayoutChangeHint = QAbstractItemModel.NoLayoutChangeHint) [signal]

match(self, QModelIndex, int, Any[, hits, flags])

metaObject(self)

mimeData(self, Iterable[QModelIndex])

mimeTypes(self)

modelAboutToBeReset

modelAboutToBeReset(self) [signal]

modelReset

modelReset(self) [signal]

moveColumn(self, QModelIndex, int, ...)

moveColumns(self, QModelIndex, int, int, ...)

moveRow(self, QModelIndex, int, QModelIndex, int)

moveRows(self, QModelIndex, int, int, ...)

moveToThread(self, QThread)

objectName(self)

objectNameChanged

objectNameChanged(self, str) [signal]

parent(self)

persistentIndexList(self)

property(self, str)

pyqtConfigure(...)

Each keyword argument is either the name of a Qt property or a Qt signal.

receivers(self, PYQT_SIGNAL)

removeColumn(self, int[, parent])

removeColumns(self, int, int, parent)

removeEventFilter(self, QObject)

removeRow(self, int[, parent])

removeRows(self, int, int, parent)

resetInternalData(self)

revert(self)

roleNames(self)

rowCount(self[, parent])

rowsAboutToBeInserted

rowsAboutToBeInserted(self, QModelIndex, int, int) [signal]

rowsAboutToBeMoved

rowsAboutToBeMoved(self, QModelIndex, int, int, QModelIndex, int) [signal]

rowsAboutToBeRemoved

rowsAboutToBeRemoved(self, QModelIndex, int, int) [signal]

rowsInserted

rowsInserted(self, QModelIndex, int, int) [signal]

rowsMoved

rowsMoved(self, QModelIndex, int, int, QModelIndex, int) [signal]

rowsRemoved

rowsRemoved(self, QModelIndex, int, int) [signal]

sender(self)

senderSignalIndex(self)

setData(self, QModelIndex, Any[, role])

setHeaderData(self, int, Qt.Orientation, ...)

setItemData(self, QModelIndex, Dict[int, Any])

setObjectName(self, str)

setParent(self, QObject)

setProperty(self, str, Any)

sibling(self, int, int, QModelIndex)

signalsBlocked(self)

sort(self, int[, order])

span(self, QModelIndex)

startTimer(self, int[, timerType])

submit(self)

supportedDragActions(self)

supportedDropActions(self)

thread(self)

timerEvent(self, QTimerEvent)

tr(self, str[, disambiguation, n])

hasChildren

columnCount(self, parent: QModelIndex = QModelIndex()) int[source]
data(self, QModelIndex, role: int = Qt.ItemDataRole.DisplayRole) Any[source]
headerData(self, int, Qt.Orientation, role: int = Qt.ItemDataRole.DisplayRole) Any[source]
rowCount(self, parent: QModelIndex = QModelIndex()) int[source]
setData(self, QModelIndex, Any, role: int = Qt.ItemDataRole.EditRole) bool[source]
sort(self, int, order: Qt.SortOrder = Qt.AscendingOrder)[source]
class frame_controls.postprocess_widgets.pandas_widget.PandasTV(parent)[source]

Bases: object

frame_controls.postprocess_widgets.ppplot module

Module contents