Marble::GeoDataTimePrimitive

Search for usage in LXR

Marble::GeoDataTimePrimitive Class Reference

#include <GeoDataTimePrimitive.h>

Inheritance diagram for Marble::GeoDataTimePrimitive:

Public Member Functions

 GeoDataTimePrimitive (const GeoDataTimePrimitive &other)
 
const char * nodeType () const override
 
GeoDataTimePrimitiveoperator= (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
 
GeoDataObjectoperator= (const GeoDataObject &)
 
void pack (QDataStream &stream) const override
 
GeoDataObjectparent ()
 
const GeoDataObjectparent () 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

- 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 26 of file GeoDataTimePrimitive.cpp.

◆ ~GeoDataTimePrimitive()

Marble::GeoDataTimePrimitive::~GeoDataTimePrimitive ( )
override

Definition at line 31 of file GeoDataTimePrimitive.cpp.

Member Function Documentation

◆ nodeType()

const char * Marble::GeoDataTimePrimitive::nodeType ( ) const
overridevirtual

Provides type information for downcasting a GeoNode.

Implements Marble::GeoNode.

Definition at line 43 of file GeoDataTimePrimitive.cpp.

◆ operator=()

GeoDataTimePrimitive & Marble::GeoDataTimePrimitive::operator= ( const GeoDataTimePrimitive & other)

Definition at line 36 of file GeoDataTimePrimitive.cpp.

◆ pack()

void Marble::GeoDataTimePrimitive::pack ( QDataStream & stream) const
override

Serialize the styleselector to a stream.

Parameters
streamthe stream

Definition at line 48 of file GeoDataTimePrimitive.cpp.

◆ unpack()

void Marble::GeoDataTimePrimitive::unpack ( QDataStream & stream)
override

Unserialize the styleselector from a stream.

Parameters
streamthe 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-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:18 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.