#include <PlacemarkLayout.h>
Layouts the place marks with a passed QPainter.
Definition at line 54 of file PlacemarkLayout.h.
Marble::PlacemarkLayout::~PlacemarkLayout |
( |
| ) |
|
void Marble::PlacemarkLayout::addPlacemarks |
( |
QModelIndex |
index, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
|
slot |
- Reimplemented from superclass.
First handle the selected placemarks, as they have the highest priority.
Now handle all other placemarks...
We handled selected placemarks already, so we skip them here... Assuming that only a small amount of places is selected we check for the selected state after all other filters
Definition at line 371 of file PlacemarkLayout.cpp.
void Marble::PlacemarkLayout::removePlacemarks |
( |
QModelIndex |
index, |
|
|
int |
first, |
|
|
int |
last |
|
) |
| |
|
slot |
void Marble::PlacemarkLayout::repaintNeeded |
( |
| ) |
|
|
signal |
void Marble::PlacemarkLayout::requestStyleReset |
( |
| ) |
|
|
slot |
void Marble::PlacemarkLayout::resetCacheData |
( |
| ) |
|
|
slot |
QString Marble::PlacemarkLayout::runtimeTrace |
( |
| ) |
const |
void Marble::PlacemarkLayout::setShowCities |
( |
bool |
show | ) |
|
|
slot |
void Marble::PlacemarkLayout::setShowCraters |
( |
bool |
show | ) |
|
|
slot |
void Marble::PlacemarkLayout::setShowLandingSites |
( |
bool |
show | ) |
|
|
slot |
void Marble::PlacemarkLayout::setShowMaria |
( |
bool |
show | ) |
|
|
slot |
void Marble::PlacemarkLayout::setShowOtherPlaces |
( |
bool |
show | ) |
|
|
slot |
void Marble::PlacemarkLayout::setShowPlaces |
( |
bool |
show | ) |
|
|
slot |
void Marble::PlacemarkLayout::setShowTerrain |
( |
bool |
show | ) |
|
|
slot |
QVector< const GeoDataPlacemark * > Marble::PlacemarkLayout::whichPlacemarkAt |
( |
const QPoint & |
pos | ) |
|
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
KDE's Doxygen guidelines are available online.