KOSMIndoorMap::MapLevel
KOSMIndoorMap::MapLevel Class Reference
#include <mapdata.h>
Public Member Functions | |
| MapLevel (int level=0) | |
| int | fullLevelAbove () const | 
| int | fullLevelBelow () const | 
| bool | hasName () const | 
| bool | isFullLevel () const | 
| QString | name () const | 
| int | numericLevel () const | 
| bool | operator< (const MapLevel &other) const | 
| bool | operator== (const MapLevel &other) const | 
| void | setName (const QString &name) | 
Detailed Description
Constructor & Destructor Documentation
◆ MapLevel()
      
  | 
  explicit | 
Definition at line 28 of file mapdata.cpp.
Member Function Documentation
◆ fullLevelAbove()
| int MapLevel::fullLevelAbove | ( | ) | const | 
Definition at line 73 of file mapdata.cpp.
◆ fullLevelBelow()
| int MapLevel::fullLevelBelow | ( | ) | const | 
In case this is not a full level, this returns the numeric values of the full levels above/below.
Definition at line 68 of file mapdata.cpp.
◆ hasName()
| bool MapLevel::hasName | ( | ) | const | 
Definition at line 45 of file mapdata.cpp.
◆ isFullLevel()
| bool MapLevel::isFullLevel | ( | ) | const | 
Definition at line 63 of file mapdata.cpp.
◆ name()
| QString MapLevel::name | ( | ) | const | 
Definition at line 50 of file mapdata.cpp.
◆ numericLevel()
| int MapLevel::numericLevel | ( | ) | const | 
Definition at line 78 of file mapdata.cpp.
◆ operator<()
| bool MapLevel::operator< | ( | const MapLevel & | other | ) | const | 
Definition at line 35 of file mapdata.cpp.
◆ operator==()
| bool MapLevel::operator== | ( | const MapLevel & | other | ) | const | 
Definition at line 40 of file mapdata.cpp.
◆ setName()
| void MapLevel::setName | ( | const QString & | name | ) | 
Definition at line 58 of file mapdata.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.