|
void | setTilesMarginWithZoomChange (size_t value) |
|
void | setTilesMarginNoZoomChange (size_t value) |
|
void | setAnimationUpdateDelayMs (size_t value) |
|
void | setVisibleZoomLayersBelowCurrent (size_t value) |
|
void | setVisibleZoomLayersAboveCurrent (size_t value) |
|
void | setCameraUpdatesDuringAnimation (bool value) |
|
void | setName (const QString &name) |
|
QString | getName () const |
|
void | setDescription (const QString &description) |
|
QString | getDescription () const |
|
void | setParent (QGVItem *item) |
|
QGVItem * | getParent () const |
|
virtual QGVMap * | getMap () const |
|
void | addItem (QGVItem *item) |
|
void | removeItem (QGVItem *item) |
|
void | deleteItems () |
|
int | countItems () const |
|
QGVItem * | getItem (int index) const |
|
void | setZValue (qint16 zValue) |
|
qint16 | getZValue () const |
|
void | bringToFront () |
|
void | sendToBack () |
|
void | setOpacity (double value) |
|
double | getOpacity () const |
|
void | setSelectable (bool allowed) |
|
bool | isSelectable () const |
|
void | setSelected (bool selected) |
|
bool | isSelected () const |
|
void | select () |
|
void | unselect () |
|
void | setVisible (bool visible) |
|
bool | isVisible () const |
|
void | show () |
|
void | hide () |
|
double | effectiveZValue () const |
|
double | effectiveOpacity () const |
|
bool | effectivelyVisible () const |
|
void | update () |
|
|
void | onProjection (QGVMap *geoMap) override |
|
void | onCamera (const QGVCameraState &oldState, const QGVCameraState &newState) override |
|
void | onUpdate () override |
|
void | onClean () override |
|
void | onTile (const QGV::GeoTilePos &tilePos, QGVDrawItem *tileObj) |
|
virtual int | minZoomlevel () const =0 |
|
virtual int | maxZoomlevel () const =0 |
|
virtual int | scaleToZoom (double scale) const |
|
virtual void | request (const QGV::GeoTilePos &tilePos)=0 |
|
virtual void | cancel (const QGV::GeoTilePos &tilePos)=0 |
|
|
QString | name |
|
QString | description |
|
quint16 | zValue |
|
double | opacity |
|
bool | selected |
|
bool | visible |
|
The documentation for this class was generated from the following file: