marble
GeoDataTimeSpan.cpp
Go to the documentation of this file.
68 return d->m_begin.when().isValid() && d->m_end.when().isValid() && d->m_begin.when() <= d->m_end.when();
GeoDataTimePrimitive & operator=(const GeoDataTimePrimitive &other)
Definition: GeoDataTimePrimitive.cpp:41
virtual void unpack(QDataStream &stream)
Unserialize the timespan from a stream.
Definition: GeoDataTimeSpan.cpp:112
a base class for the style classes
Definition: GeoDataTimePrimitive.h:34
Definition: GeoDataTimeStamp.h:27
bool operator==(const GeoDataTimeSpan &other) const
equality operators
Definition: GeoDataTimeSpan.cpp:93
virtual void pack(QDataStream &stream) const
Serialize the timestamp to a stream.
Definition: GeoDataTimeStamp.cpp:86
virtual void unpack(QDataStream &stream)
Unserialize the styleselector from a stream.
Definition: GeoDataTimePrimitive.cpp:58
virtual bool equals(const GeoDataObject &other) const
Compares the value of id and targetId of the two objects.
Definition: GeoDataObject.cpp:126
GeoDataTimeSpan & operator=(const GeoDataTimeSpan &other)
assignment operator
Definition: GeoDataTimeSpan.cpp:86
const GeoDataTimeStamp & begin() const
return the beginning instant of a timespan
Definition: GeoDataTimeSpan.cpp:71
void setEnd(const GeoDataTimeStamp &end)
Set the ending instant of a timespan.
Definition: GeoDataTimeSpan.cpp:57
virtual const char * nodeType() const
Provides type information for downcasting a GeoNode.
Definition: GeoDataTimeSpan.cpp:42
virtual void pack(QDataStream &stream) const
Serialize the timespan to a stream.
Definition: GeoDataTimeSpan.cpp:105
const char * nodeType() const
Definition: GeoDataTimeSpan_p.h:25
bool isValid() const
virtual void pack(QDataStream &stream) const
Serialize the styleselector to a stream.
Definition: GeoDataTimePrimitive.cpp:53
Definition: GeoDataTimeSpan.h:28
void setBegin(const GeoDataTimeStamp &begin)
Set the beginning instant of a timespan.
Definition: GeoDataTimeSpan.cpp:81
virtual void unpack(QDataStream &stream)
Unserialize the timestamp from a stream.
Definition: GeoDataTimeStamp.cpp:93
bool operator!=(const GeoDataTimeSpan &other) const
Definition: GeoDataTimeSpan.cpp:100
const GeoDataTimeStamp & end() const
return the ending instant of a timespan
Definition: GeoDataTimeSpan.cpp:47
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:39 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.