KOSMIndoorMap::PlatformSection

Search for usage in LXR

KOSMIndoorMap::PlatformSection Class Reference

#include <platform.h>

Public Member Functions

 PlatformSection (const PlatformSection &)
 
 PlatformSection (PlatformSection &&)
 
bool isValid () const
 
QString name () const
 
PlatformSectionoperator= (const PlatformSection &)
 
PlatformSectionoperator= (PlatformSection &&)
 
OSM::Element position () const
 
void setName (const QString &name)
 
void setPosition (const OSM::Element &position)
 

Detailed Description

A railway platform section.

Definition at line 29 of file platform.h.

Constructor & Destructor Documentation

◆ PlatformSection()

PlatformSection::PlatformSection ( )
explicit

Definition at line 28 of file platform.cpp.

Member Function Documentation

◆ isValid()

bool PlatformSection::isValid ( ) const

Platform section has enough data to work with.

Definition at line 61 of file platform.cpp.

◆ name()

QString PlatformSection::name ( ) const

Platform section name.

Definition at line 39 of file platform.cpp.

◆ position()

OSM::Element PlatformSection::position ( ) const

Platform section position.

Definition at line 50 of file platform.cpp.

◆ setName()

void PlatformSection::setName ( const QString & name)

Definition at line 44 of file platform.cpp.

◆ setPosition()

void PlatformSection::setPosition ( const OSM::Element & position)

Definition at line 55 of file platform.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.