Marble::GeoDataTimePrimitive
#include <GeoDataTimePrimitive.h>
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 |
Public Member Functions inherited from Marble::GeoDataObject | |
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 |
Public Member Functions inherited from Marble::GeoNode |
Additional Inherited Members | |
Protected Member Functions inherited from Marble::GeoDataObject | |
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.
Constructor & Destructor Documentation
◆ GeoDataTimePrimitive() [1/2]
Marble::GeoDataTimePrimitive::GeoDataTimePrimitive | ( | ) |
Definition at line 21 of file GeoDataTimePrimitive.cpp.
◆ GeoDataTimePrimitive() [2/2]
Marble::GeoDataTimePrimitive::GeoDataTimePrimitive | ( | const GeoDataTimePrimitive & | other | ) |
Definition at line 27 of file GeoDataTimePrimitive.cpp.
◆ ~GeoDataTimePrimitive()
|
override |
Definition at line 33 of file GeoDataTimePrimitive.cpp.
Member Function Documentation
◆ nodeType()
|
overridevirtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoNode.
Definition at line 45 of file GeoDataTimePrimitive.cpp.
◆ operator=()
GeoDataTimePrimitive & Marble::GeoDataTimePrimitive::operator= | ( | const GeoDataTimePrimitive & | other | ) |
Definition at line 38 of file GeoDataTimePrimitive.cpp.
◆ pack()
|
override |
Serialize the styleselector to a stream.
- Parameters
-
stream the stream
Definition at line 50 of file GeoDataTimePrimitive.cpp.
◆ unpack()
|
override |
Unserialize the styleselector from a stream.
- Parameters
-
stream the stream
Definition at line 55 of file GeoDataTimePrimitive.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:37:04 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.