Phonon.EffectDescriptionModel Class Reference
[phonon module]
Inherits QAbstractListModel.
Methods
- __init__ (self, QObject parent = None)
- __init__ (self, unknown-type data, QObject parent = None)
- QVariant data (self, QModelIndex index, int role = Qt.DisplayRole)
- bool dropMimeData (self, QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent)
- Qt.ItemFlags flags (self, QModelIndex index)
- QMimeData mimeData (self, unknown-type indexes)
- QStringList mimeTypes (self)
- unknown-type modelData (self)
- EffectDescription modelData (self, QModelIndex index)
- moveDown (self, QModelIndex index)
- moveUp (self, QModelIndex index)
- bool removeRows (self, int row, int count, QModelIndex parent = QModelIndex())
- int rowCount (self, QModelIndex parent = QModelIndex())
- setModelData (self, unknown-type data)
- Qt.DropActions supportedDropActions (self)
- int tupleIndexAtPositionIndex (self, int positionIndex)
- unknown-type tupleIndexOrder (self)
Detailed Description
Method Documentation
EffectDescriptionModel.__init__ (self, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
EffectDescriptionModel.__init__ (self, unknown-type data, QObject parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QVariant EffectDescriptionModel.data (self, QModelIndex index, int role = Qt.DisplayRole)
bool EffectDescriptionModel.dropMimeData (self, QMimeData data, Qt.DropAction action, int row, int column, QModelIndex parent)
QMimeData EffectDescriptionModel.mimeData (self, unknown-type indexes)
QStringList EffectDescriptionModel.mimeTypes (self)
unknown-type EffectDescriptionModel.modelData (self)
EffectDescriptionModel.moveDown (self, QModelIndex index)
EffectDescriptionModel.moveUp (self, QModelIndex index)
bool EffectDescriptionModel.removeRows (self, int row, int count, QModelIndex parent = QModelIndex())
int EffectDescriptionModel.rowCount (self, QModelIndex parent = QModelIndex())
EffectDescriptionModel.setModelData (self, unknown-type data)
Qt.DropActions EffectDescriptionModel.supportedDropActions (self)
int EffectDescriptionModel.tupleIndexAtPositionIndex (self, int positionIndex)
unknown-type EffectDescriptionModel.tupleIndexOrder (self)