KOSMIndoorMap::PlatformSection
KOSMIndoorMap::PlatformSection Class Reference
#include <platform.h>
Public Member Functions | |
| PlatformSection (const PlatformSection &) | |
| PlatformSection (PlatformSection &&) | |
| bool | isValid () const |
| QString | name () const |
| PlatformSection & | operator= (const PlatformSection &) |
| PlatformSection & | operator= (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()
|
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-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 12:04:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.