Marble::ViewParams
Marble::ViewParams Class Reference
#include <ViewParams.h>
Public Member Functions | |
MapQuality | mapQuality () const |
MapQuality | mapQuality (ViewContext viewContext) const |
void | setMapQualityForViewContext (MapQuality quality, ViewContext viewContext) |
void | setShowAtmosphere (bool) |
void | setShowClouds (bool const) |
void | setViewContext (ViewContext viewContext) |
bool | showAtmosphere () const |
bool | showClouds () const |
ViewContext | viewContext () const |
Detailed Description
A public class that controls the painting of a MarbleWidget.
Definition at line 28 of file ViewParams.h.
Constructor & Destructor Documentation
◆ ViewParams()
ViewParams::ViewParams | ( | ) |
Definition at line 49 of file ViewParams.cpp.
◆ ~ViewParams()
ViewParams::~ViewParams | ( | ) |
Definition at line 54 of file ViewParams.cpp.
Member Function Documentation
◆ mapQuality() [1/2]
MapQuality ViewParams::mapQuality | ( | ) | const |
Definition at line 68 of file ViewParams.cpp.
◆ mapQuality() [2/2]
MapQuality ViewParams::mapQuality | ( | ViewContext | viewContext | ) | const |
Definition at line 59 of file ViewParams.cpp.
◆ setMapQualityForViewContext()
void ViewParams::setMapQualityForViewContext | ( | MapQuality | quality, |
ViewContext | viewContext ) |
Definition at line 73 of file ViewParams.cpp.
◆ setShowAtmosphere()
void ViewParams::setShowAtmosphere | ( | bool | showAtmosphere | ) |
Definition at line 106 of file ViewParams.cpp.
◆ setShowClouds()
void ViewParams::setShowClouds | ( | bool const | showClouds | ) |
Definition at line 116 of file ViewParams.cpp.
◆ setViewContext()
void ViewParams::setViewContext | ( | ViewContext | viewContext | ) |
Definition at line 91 of file ViewParams.cpp.
◆ showAtmosphere()
bool ViewParams::showAtmosphere | ( | ) | const |
Definition at line 101 of file ViewParams.cpp.
◆ showClouds()
bool ViewParams::showClouds | ( | ) | const |
Definition at line 111 of file ViewParams.cpp.
◆ viewContext()
ViewContext ViewParams::viewContext | ( | ) | const |
Definition at line 86 of file ViewParams.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.