Marble::GeoDataTimePrimitive
Marble::GeoDataTimePrimitive Class Reference
#include <GeoDataTimePrimitive.h>
Inheritance diagram for Marble::GeoDataTimePrimitive:

Public Member Functions | |
GeoDataTimePrimitive (const GeoDataTimePrimitive &other) | |
const char * | nodeType () const override |
GeoDataTimePrimitive & | operator= (const GeoDataTimePrimitive &other) |
void | pack (QDataStream &stream) const override |
void | unpack (QDataStream &stream) override |
![]() | |
GeoDataObject (const GeoDataObject &) | |
QString | id () const |
GeoDataObject & | operator= (const GeoDataObject &) |
void | pack (QDataStream &stream) const override |
GeoDataObject * | parent () |
const GeoDataObject * | parent () const |
QString | resolvePath (const QString &relativePath) const |
void | setId (const QString &value) |
void | setParent (GeoDataObject *parent) |
void | setTargetId (const QString &value) |
QString | targetId () const |
void | unpack (QDataStream &steam) override |
Additional Inherited Members | |
![]() | |
virtual bool | equals (const GeoDataObject &other) const |
Detailed Description
a base class for the style classes
A GeoDataTimePrimitive is a base class for the time classes TimeSpan and TimeStamp classes.
- See also
- GeoDataTimeSpan
- GeoDataTimeStamp
Definition at line 27 of file GeoDataTimePrimitive.h.
Member Function Documentation
◆ nodeType()
|
overridevirtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoNode.
Definition at line 43 of file GeoDataTimePrimitive.cpp.
◆ pack()
|
override |
Serialize the styleselector to a stream.
- Parameters
-
stream the stream
Definition at line 48 of file GeoDataTimePrimitive.cpp.
◆ unpack()
|
override |
Unserialize the styleselector from a stream.
- Parameters
-
stream the stream
Definition at line 53 of file GeoDataTimePrimitive.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 03:51:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Tue Sep 26 2023 03:51:18 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.