6#ifndef GEODATANETWORKLINKCONTROL_H
7#define GEODATANETWORKLINKCONTROL_H
9#include "GeoDataContainer.h"
10#include "geodata_export.h"
17class GeoDataAbstractView;
19class GeoDataNetworkLinkControlPrivate;
23class GEODATA_EXPORT GeoDataNetworkLinkControl :
public GeoDataContainer
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);
49 void setCookie(
const QString &cookie);
52 void setMessage(
const QString &message);
55 void setLinkName(
const QString &linkName);
57 QString linkDescription()
const;
58 void setLinkDescription(
const QString &linkDescription);
61 void setLinkSnippet(
const QString &linkSnippet);
63 void setMaxLines(
int maxLines);
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)
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-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:03 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.