Marble
            
 
    6#ifndef MARBLE_GEODATALINK_H 
    7#define MARBLE_GEODATALINK_H 
    9#include "GeoDataObject.h" 
   10#include "MarbleGlobal.h" 
   15class GeoDataLinkPrivate;
 
   28    enum ViewRefreshMode {
 
   37    GeoDataLink(
const GeoDataLink &other);
 
   39    GeoDataLink &operator=(
const GeoDataLink &other);
 
   40    bool operator==(
const GeoDataLink &other) 
const;
 
   41    bool operator!=(
const GeoDataLink &other) 
const;
 
   43    ~GeoDataLink() 
override;
 
   46    const char *nodeType() 
const override;
 
   50    void setHref(
const QString &href);
 
   52    RefreshMode refreshMode() 
const;
 
   54    void setRefreshMode(RefreshMode refreshMode);
 
   56    qreal refreshInterval() 
const;
 
   58    void setRefreshInterval(qreal refreshInterval);
 
   60    ViewRefreshMode viewRefreshMode() 
const;
 
   62    void setViewRefreshMode(ViewRefreshMode refreshMode);
 
   64    qreal viewRefreshTime() 
const;
 
   66    void setViewRefreshTime(qreal viewRefreshTime);
 
   68    qreal viewBoundScale() 
const;
 
   70    void setViewBoundScale(qreal viewBoundScale);
 
   72    QString viewFormat() 
const;
 
   74    void setViewFormat(
const QString &viewFormat);
 
   76    QString httpQuery() 
const;
 
   78    void setHttpQuery(
const QString &httpQuery);
 
   81    GeoDataLinkPrivate *
const d;
 
A base class for all geodata objects.
 
KIOCORE_EXPORT bool operator!=(const UDSEntry &entry, const UDSEntry &other)
 
bool operator==(const StyleDelim &l, const StyleDelim &r)
 
Binds a QML item to a specific geodetic location in screen coordinates.
 
  
 
  This file is part of the KDE documentation.
  Documentation copyright © 1996-2025 The KDE developers.
  Generated on Fri May 2 2025 12:01:32 by
  
doxygen 1.13.2 written
  by 
Dimitri van Heesch, © 1997-2006
  
  KDE's Doxygen guidelines are available online.