marble
Marble::GeoSceneZoom Class Reference
  #include <GeoSceneZoom.h>
Inheritance diagram for Marble::GeoSceneZoom:

Public Member Functions | |
| GeoSceneZoom () | |
| bool | discrete () const | 
| int | maximum () const | 
| int | minimum () const | 
| void | setDiscrete (bool theme) | 
| void | setMaximum (int target) | 
| void | setMinimum (int name) | 
  Public Member Functions inherited from Marble::GeoNode | |
| GeoNode () | |
| virtual | ~GeoNode () | 
| virtual const char * | nodeType () const | 
Detailed Description
Zoom properties of a GeoScene document.
Definition at line 34 of file GeoSceneZoom.h.
Constructor & Destructor Documentation
| Marble::GeoSceneZoom::GeoSceneZoom | ( | ) | 
Definition at line 27 of file GeoSceneZoom.cpp.
Member Function Documentation
| bool Marble::GeoSceneZoom::discrete | ( | ) | const | 
Definition at line 56 of file GeoSceneZoom.cpp.
| int Marble::GeoSceneZoom::maximum | ( | ) | const | 
Definition at line 46 of file GeoSceneZoom.cpp.
| int Marble::GeoSceneZoom::minimum | ( | ) | const | 
Definition at line 36 of file GeoSceneZoom.cpp.
| void Marble::GeoSceneZoom::setDiscrete | ( | bool | theme | ) | 
Definition at line 61 of file GeoSceneZoom.cpp.
| void Marble::GeoSceneZoom::setMaximum | ( | int | target | ) | 
Definition at line 51 of file GeoSceneZoom.cpp.
| void Marble::GeoSceneZoom::setMinimum | ( | int | name | ) | 
Definition at line 41 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-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:56 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
    KDE API Reference
 Public Member Functions inherited from