KOSMIndoorMap
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12345]
▼COSM::AbstractReader | Abstract base class for OSM file format readers |
COSM::O5mParser | Zero-copy parser of O5M binary files |
COSM::OsmPbfParser | Parser of .osm.pbf files |
▼COSM::AbstractWriter | Abstract base class for OSM file format writers |
COSM::O5mWriter | Serialize an OSM::DataSet into the o5m file format |
COSM::XmlWriter | Serialize a OSM::DataSet into OSM XML |
COSM::BoundingBox | Bounding box, ie |
COSM::Coordinate | Coordinate, stored as 1e7 * degree to avoid floating point precision issues, and offset to unsigned values to make the z-order curve work |
COSM::DataSet | A set of nodes, ways and relations |
COSM::DataSetMergeBuffer | Holds OSM elements produced by a parser prior to merging into OSM::DataSet |
COSM::Element | A reference to any of OSM::Node/OSM::Way/OSM::Relation |
CKOSMIndoorMap::Equipment | Elevator or escalator element |
CKOSMIndoorMap::Gate | An airport gate |
CKOSMIndoorMap::HitDetector | Picking hit detector |
Corg::kde::kosmindoormap::IndoorMap | QML item for displaying a train station or airport map |
Corg::kde::kosmindoormap::IndoorMapAttributionLabel | |
Corg::kde::kosmindoormap::IndoorMapScale | |
COSM::IOPluginInterface | Plugin interface for OSM file/data readers |
CKOSMIndoorMapQuickPlugin | Plugin for KPublicTransport <-> KOSMIndoorMap integration |
CKOSMIndoorMap::MapCSSParser | MapCSS parser |
CKOSMIndoorMap::MapCSSStyle | A parsed MapCSS style sheet |
CKOSMIndoorMap::MapData | Raw OSM map data, separated by levels |
CKOSMIndoorMap::MapLevel | A floor level |
COSM::Member | A member in a relation |
COSM::Node | An OSM node |
CKOSMIndoorMap::OSMAddress | Postal address from OSM data |
CKOSMIndoorMap::OSMElement | QML wrapper around an OSM element |
CKOSMIndoorMap::PainterRenderer | QPainter-based renderer of a SceneGraph |
CKOSMIndoorMap::Platform | A railway platform/track |
CKOSMIndoorMap::PlatformSection | A railway platform section |
▼CQObject [external] | |
▼CKOSMIndoorMap::AbstractOverlaySource | A source for overlay elements, drawn on top of the static map data |
▼CKOSMIndoorMap::EquipmentModel | Overlay source for elevators and escalators |
CKOSMIndoorMap::RealtimeEquipmentModel | Elevator/escalator overlay source augmented with realtime status data where available |
CKOSMIndoorMap::ModelOverlaySource | A source for overlay elements, based on a QAbstractItemModel as input |
CKOSMIndoorMap::MapLoader | Loader for OSM data for a single station or airport |
CKOSMIndoorMap::View | View transformations and transformation manipulation |
COSM::OverpassQuery | An Overpass QL query job, to be executed by OverpassQueryManager |
COSM::OverpassQueryManager | Executes OverpassQuery jobs |
▼CQAbstractItemModel [external] | |
CKOSMIndoorMap::PlatformModel | Lists all platforms/tracks and platform sections found in the current map |
▼CQAbstractListModel [external] | |
CKOSMIndoorMap::AmenityModel | List all amenities in a given data set |
CKOSMIndoorMap::FloorLevelChangeModel | Floor level changes on steps or elevators |
CKOSMIndoorMap::FloorLevelModel | Floor level model |
CKOSMIndoorMap::GateModel | Lists all airport gates found in the current map |
CKOSMIndoorMap::LocationQueryOverlayProxyModel | Adapts a KPublicTransport::LocationQueryModel to be compatible with a KOSMIndoorMap::OverlaySource |
CKOSMIndoorMap::OSMElementInformationModel | Model containing information about a selected element |
▼CQAbstractProxyModel [external] | |
▼CQSortFilterProxyModel [external] | |
CKOSMIndoorMap::AmenitySortFilterProxyModel | Filtering/sorting on top of the AmenityModel |
▼CQQuickItem [external] | |
▼CQQuickPaintedItem [external] | |
CKOSMIndoorMap::MapItem | Map renderer for the IndoorMap QML item |
▼CQQmlParserStatus [external] | |
CQQuickItem [external] | |
COSM::Relation | An OSM relation |
CKOSMIndoorMap::SceneController | Creates/updates the scene graph based on a given style sheet and view |
CKOSMIndoorMap::SceneGraph | Scene graph of the currently displayed level |
CKOSMIndoorMap::SceneGraphItem | Scene graph item description and handle for its content |
▼CKOSMIndoorMap::SceneGraphItemPayload | Payload base class for scene graph items |
CKOSMIndoorMap::LabelItem | A text or item label |
▼CKOSMIndoorMap::PolygonBaseItem | Base item for filled polygons |
CKOSMIndoorMap::MultiPolygonItem | Multi-polygon item, used for polygons with "holes" in them |
CKOSMIndoorMap::PolygonItem | A single filled polygon |
CKOSMIndoorMap::PolylineItem | A path/way/line item in the scenegraph |
▼COSM::StringKey | Base class for unique string keys |
COSM::Role | A relation role name key |
COSM::TagKey | A key of an OSM tag |
▼COSM::StringKeyRegistryBase | |
COSM::StringKeyRegistry< T > | Registry of unique string keys |
COSM::StringKeyRegistry< OSM::Role > | |
COSM::StringKeyRegistry< OSM::TagKey > | |
COSM::Tag | An OSM element tag |
COSM::Internal::TaggedPointer< T > | Pointer with the lower bits used for compact flag storage |
COSM::Internal::TaggedPointer< const char > | |
COSM::Internal::TaggedPointer< const void > | |
COSM::UniqueElement | A std::unique_ptr-like object for OSM element types |
COSM::Way | An OSM way |
COSM::ZTile | Tile in a quad tree made up out of z-order curve positions |
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 30 2023 04:03:50 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sat Sep 30 2023 04:03:50 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.