Class: QgsCptCityDirectoryItem

class qgis.core.QgsCptCityDirectoryItem

Bases: QgsCptCityCollectionItem

A directory: contains subdirectories and color ramps

Methods

childEvent

connectNotify

createChildren

rtype:

List[QgsCptCityDataItem]

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, a0: QChildEvent | None)
connectNotify(self, signal: QMetaMethod)
createChildren(self) List[QgsCptCityDataItem]
Return type:

List[QgsCptCityDataItem]

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

Optional[QgsCptCityDataItem]

dirEntries(self) List[str]
Return type:

List[str]

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

other (Optional[QgsCptCityDataItem])

Return type:

bool

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

Dict[str, List[str]]

receivers(self, signal: PYQT_SIGNAL) int
sender(self) QObject | None
senderSignalIndex(self) int
timerEvent(self, a0: QTimerEvent | None)