Class: QgsCptCityArchive¶
Represents a CPT City color scheme.
Methods
Returns   | 
|
Static Methods
- class qgis.core.QgsCptCityArchive[source]¶
 Bases:
object- static archiveRegistry() Any¶
 - Return type:
 Any
- baseDir(archiveName: str | None) str[source]
 - Parameters:
 archiveName (Optional[str])
- Return type:
 str
- copyingFileName(self, dirName: str | None) str[source]¶
 - Parameters:
 dirName (Optional[str])
- Return type:
 str
- static copyingInfo(fileName: str | None) Dict[str, str]¶
 - Parameters:
 fileName (Optional[str])
- Return type:
 Dict[str, str]
- static defaultArchive() QgsCptCityArchive | None[source]¶
 - Return type:
 Optional[QgsCptCityArchive]
- descFileName(self, dirName: str | None) str[source]¶
 - Parameters:
 dirName (Optional[str])
- Return type:
 str
- static description(fileName: str | None) Dict[str, str]¶
 - Parameters:
 fileName (Optional[str])
- Return type:
 Dict[str, str]
- static findFileName(target: str | None, startDir: str | None, baseDir: str | None) str[source]¶
 - Parameters:
 target (Optional[str])
startDir (Optional[str])
baseDir (Optional[str])
- Return type:
 str
- static initArchive(archiveName: str | None, archiveBaseDir: str | None)[source]¶
 - Parameters:
 archiveName (Optional[str])
archiveBaseDir (Optional[str])
- rootItems(self) List[QgsCptCityDataItem]¶
 - Return type:
 List[QgsCptCityDataItem]
- selectionItems(self) List[QgsCptCityDataItem]¶
 - Return type:
 List[QgsCptCityDataItem]