Marble
6#ifndef GEODATANETWORKLINKCONTROL_H
7#define GEODATANETWORKLINKCONTROL_H
9#include "GeoDataContainer.h"
10#include "geodata_export.h"
19class GeoDataNetworkLinkControlPrivate;
26 GeoDataNetworkLinkControl();
28 GeoDataNetworkLinkControl(
const GeoDataNetworkLinkControl &other);
30 ~GeoDataNetworkLinkControl()
override;
32 GeoDataNetworkLinkControl &operator=(
const GeoDataNetworkLinkControl &other);
34 bool operator==(
const GeoDataNetworkLinkControl &other)
const;
35 bool operator!=(
const GeoDataNetworkLinkControl &other)
const;
37 GeoDataFeature *clone()
const override;
40 const char *nodeType()
const override;
42 qreal minRefreshPeriod()
const;
43 void setMinRefreshPeriod(qreal minRefreshPeriod);
45 qreal maxSessionLength()
const;
46 void setMaxSessionLength(qreal maxSessionLength);
48 QString cookie()
const;
49 void setCookie(
const QString &cookie);
51 QString message()
const;
52 void setMessage(
const QString &message);
54 QString linkName()
const;
55 void setLinkName(
const QString &linkName);
57 QString linkDescription()
const;
58 void setLinkDescription(
const QString &linkDescription);
60 QString linkSnippet()
const;
61 void setLinkSnippet(
const QString &linkSnippet);
63 void setMaxLines(
int maxLines);
65 QDateTime expires()
const;
66 void setExpires(
const QDateTime &expires);
69 const GeoDataUpdate &
update()
const;
70 void setUpdate(
const GeoDataUpdate &update);
72 GeoDataAbstractView *abstractView()
const;
76 void setAbstractView(GeoDataAbstractView *abstractView);
79 Q_DECLARE_PRIVATE(GeoDataNetworkLinkControl)
A base class that can hold GeoDataFeatures.
void update(Part *part, const QByteArray &data, qint64 dataSize)
KIOCORE_EXPORT bool operator!=(const UDSEntry &entry, const UDSEntry &other)
KIOCORE_EXPORT bool operator==(const UDSEntry &entry, const UDSEntry &other)
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 Jan 24 2025 11:52:09 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.