Marble::GeoSceneZoom
Marble::GeoSceneZoom Class Reference
#include <GeoSceneZoom.h>
Inheritance diagram for Marble::GeoSceneZoom:
Public Member Functions | |
bool | discrete () const |
int | maximum () const |
int | minimum () const |
const char * | nodeType () const override |
void | setDiscrete (bool theme) |
void | setMaximum (int target) |
void | setMinimum (int name) |
Public Member Functions inherited from Marble::GeoNode |
Detailed Description
Zoom properties of a GeoScene document.
Definition at line 19 of file GeoSceneZoom.h.
Constructor & Destructor Documentation
◆ GeoSceneZoom()
Marble::GeoSceneZoom::GeoSceneZoom | ( | ) |
Definition at line 14 of file GeoSceneZoom.cpp.
Member Function Documentation
◆ discrete()
bool Marble::GeoSceneZoom::discrete | ( | ) | const |
Definition at line 44 of file GeoSceneZoom.cpp.
◆ maximum()
int Marble::GeoSceneZoom::maximum | ( | ) | const |
Definition at line 34 of file GeoSceneZoom.cpp.
◆ minimum()
int Marble::GeoSceneZoom::minimum | ( | ) | const |
Definition at line 24 of file GeoSceneZoom.cpp.
◆ nodeType()
|
overridevirtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoNode.
Definition at line 54 of file GeoSceneZoom.cpp.
◆ setDiscrete()
void Marble::GeoSceneZoom::setDiscrete | ( | bool | theme | ) |
Definition at line 49 of file GeoSceneZoom.cpp.
◆ setMaximum()
void Marble::GeoSceneZoom::setMaximum | ( | int | target | ) |
Definition at line 39 of file GeoSceneZoom.cpp.
◆ setMinimum()
void Marble::GeoSceneZoom::setMinimum | ( | int | name | ) |
Definition at line 29 of file GeoSceneZoom.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 Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.