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

Public Member Functions | |
| NwwMapImage (QDir const &baseDirectory, int const tileLevel) | |
| virtual QRgb | pixel (double const lonRad, double const latRad) | 
| virtual QRgb | pixel (int const x, int const y) | 
| void | setBaseDirectory (QDir const &baseDirectory) | 
| void | setCacheSizeBytes (int const cacheSizeBytes) | 
| void | setInterpolationMethod (InterpolationMethod *const method) | 
| void | setTileLevel (int const level) | 
  Public Member Functions inherited from ReadOnlyMapImage | |
| virtual | ~ReadOnlyMapImage () | 
Detailed Description
Definition at line 16 of file NwwMapImage.h.
Constructor & Destructor Documentation
| NwwMapImage::NwwMapImage | ( | QDir const & | baseDirectory, | 
| int const | tileLevel | ||
| ) | 
Definition at line 8 of file NwwMapImage.cpp.
Member Function Documentation
      
  | 
  virtual | 
Implements ReadOnlyMapImage.
Definition at line 30 of file NwwMapImage.cpp.
      
  | 
  virtual | 
Implements ReadOnlyMapImage.
Definition at line 37 of file NwwMapImage.cpp.
| void NwwMapImage::setBaseDirectory | ( | QDir const & | baseDirectory | ) | 
Definition at line 55 of file NwwMapImage.cpp.
| void NwwMapImage::setCacheSizeBytes | ( | int const | cacheSizeBytes | ) | 
Definition at line 60 of file NwwMapImage.cpp.
      
  | 
  virtual | 
Implements ReadOnlyMapImage.
Definition at line 65 of file NwwMapImage.cpp.
| void NwwMapImage::setTileLevel | ( | int const | level | ) | 
Definition at line 71 of file NwwMapImage.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
            Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 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