KOSMIndoorMap::OSMElement

Search for usage in LXR

KOSMIndoorMap::OSMElement Class Reference

#include <osmelement.h>

Properties

OSM::Element element
 
bool isNull
 
QString name
 
QString url
 

Public Member Functions

 OSMElement (OSM::Element e)
 
OSM::Element element () const
 
bool isNull () const
 
QString name () const
 
Q_INVOKABLE QString tagValue (const QString &key) const
 
QString url () const
 

Detailed Description

QML wrapper around an OSM element.

Definition at line 18 of file osmelement.h.

Property Documentation

◆ element

OSM::Element KOSMIndoorMap::OSMElement::element
read

Definition at line 24 of file osmelement.h.

◆ isNull

bool KOSMIndoorMap::OSMElement::isNull
read

Definition at line 21 of file osmelement.h.

◆ name

QString KOSMIndoorMap::OSMElement::name
read

Definition at line 22 of file osmelement.h.

◆ url

QString KOSMIndoorMap::OSMElement::url
read

Definition at line 23 of file osmelement.h.

Constructor & Destructor Documentation

◆ OSMElement()

OSMElement::OSMElement ( OSM::Element e)
explicit

Definition at line 14 of file osmelement.cpp.

Member Function Documentation

◆ element()

OSM::Element OSMElement::element ( ) const

Definition at line 41 of file osmelement.cpp.

◆ isNull()

bool OSMElement::isNull ( ) const

Definition at line 21 of file osmelement.cpp.

◆ name()

QString OSMElement::name ( ) const

Definition at line 26 of file osmelement.cpp.

◆ tagValue()

QString OSMElement::tagValue ( const QString & key) const

Definition at line 36 of file osmelement.cpp.

◆ url()

QString OSMElement::url ( ) const

Definition at line 31 of file osmelement.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:20:03 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.