Class: QgsCptCityBrowserModel

class qgis.core.QgsCptCityBrowserModel(parent: QObject = None, archive: QgsCptCityArchive = QgsCptCityArchive.defaultArchive(), Type: QgsCptCityBrowserModel.ViewType = QgsCptCityBrowserModel.Authors)

Bases: PyQt5.QtCore.QAbstractItemModel

Parameters
  • parent (QObject = None) –

  • archive (QgsCptCityArchive = QgsCptCityArchive.defaultArchive()) –

  • Type

Authors = 0
List = 2
Selections = 1
class ViewType

Bases: int

addRootItems(self)
beginInsertColumns()
beginInsertItems(self, parent: QgsCptCityDataItem, first: int, last: int)
Parameters
beginInsertRows()
beginMoveColumns()
beginMoveRows()
beginRemoveColumns()
beginRemoveItems(self, parent: QgsCptCityDataItem, first: int, last: int)
Parameters
beginRemoveRows()
beginResetModel()
canFetchMore(self, parent: QModelIndex) → bool
Parameters

parent (QModelIndex) –

Return type

bool

changePersistentIndex()
changePersistentIndexList()
childEvent()
columnCount(self, parent: QModelIndex = QModelIndex()) → int
Parameters

parent (QModelIndex = QModelIndex()) –

Return type

int

connectItem(self, item: QgsCptCityDataItem)
Parameters

item (QgsCptCityDataItem) –

connectNotify()
createIndex()
customEvent()
data(self, index: QModelIndex, role: int = Qt.DisplayRole) → Any
Parameters
  • index (QModelIndex) –

  • role (int = Qt.DisplayRole) –

Return type

Any

dataItem(self, idx: QModelIndex) → QgsCptCityDataItem

virtual bool dropMimeData( const QMimeData * data, Qt.DropAction action, int row, int column, const QModelIndex & parent ); */

Parameters

idx (QModelIndex) –

Return type

QgsCptCityDataItem

decodeData()
disconnectNotify()
encodeData()
endInsertColumns()
endInsertItems(self)
endInsertRows()
endMoveColumns()
endMoveRows()
endRemoveColumns()
endRemoveItems(self)
endRemoveRows()
endResetModel()
fetchMore(self, parent: QModelIndex)
Parameters

parent (QModelIndex) –

findItem(self, item: QgsCptCityDataItem, parent: QgsCptCityDataItem = None) → QModelIndex
Parameters
Return type

QModelIndex

findPath(self, path: str) → QModelIndex

Returns index of a path

Parameters

path (str) –

Return type

QModelIndex

flags(self, index: QModelIndex) → Qt.ItemFlags
Parameters

index (QModelIndex) –

Return type

Qt.ItemFlags

hasChildren(self, parent: QModelIndex = QModelIndex()) → bool
Parameters

parent (QModelIndex = QModelIndex()) –

Return type

bool

headerData(self, section: int, orientation: Qt.Orientation, role: int = Qt.DisplayRole) → Any
Parameters
  • section (int) –

  • orientation (Qt.Orientation) –

  • role (int = Qt.DisplayRole) –

Return type

Any

index(self, row: int, column: int, parent: QModelIndex = QModelIndex()) → QModelIndex
Parameters
  • row (int) –

  • column (int) –

  • parent (QModelIndex = QModelIndex()) –

Return type

QModelIndex

isSignalConnected()
parent(self, index: QModelIndex) → QModelIndex
Parameters

index (QModelIndex) –

Return type

QModelIndex

persistentIndexList()
receivers()
refresh(self, path: str)

refresh(self, index: QModelIndex = QModelIndex())

Parameters

path (str) –

reload(self)
removeRootItems(self)
resetInternalData()
rowCount(self, parent: QModelIndex = QModelIndex()) → int
Parameters

parent (QModelIndex = QModelIndex()) –

Return type

int

sender()
senderSignalIndex()
timerEvent()