Class: QgsCptCityDirectoryItem

class qgis.core.QgsCptCityDirectoryItem

Bases: QgsCptCityCollectionItem

A directory: contains subdirectories and color ramps

Methods

childEvent

connectNotify

createChildren

rtype

object

customEvent

dataItem

param parent

dirEntries

rtype

List[str]

disconnectNotify

equal

param other

isSignalConnected

rampsMap

rtype

Dict[str, List[str]]

receivers

sender

senderSignalIndex

timerEvent

childEvent(self, QChildEvent)
connectNotify(self, QMetaMethod)
createChildren(self)object
Return type

object

customEvent(self, QEvent)
dataItem(parent: QgsCptCityDataItem, name: str, path: str)QgsCptCityDataItem
Parameters
Return type

QgsCptCityDataItem

dirEntries(self)List[str]
Return type

List[str]

disconnectNotify(self, QMetaMethod)
equal(self, other: QgsCptCityDataItem)bool
Parameters

other (QgsCptCityDataItem) –

Return type

bool

isSignalConnected(self, QMetaMethod)bool
rampsMap(self)Dict[str, List[str]]
Return type

Dict[str, List[str]]

receivers(self, PYQT_SIGNAL)int
sender(self)QObject
senderSignalIndex(self)int
timerEvent(self, QTimerEvent)