marble/src
KMLObject Class Reference
#include <KMLObject.h>
Inheritance diagram for KMLObject:

Detailed Description
Definition at line 17 of file KMLObject.h.
Public Member Functions | |
| virtual | ~KMLObject () |
| int | id () const |
| void | setId (int value) |
| int | targetId () const |
| void | setTargetId (int value) |
| virtual void | pack (QDataStream &stream) const |
| virtual void | unpack (QDataStream &steam) |
Protected Member Functions | |
| KMLObject () | |
Constructor & Destructor Documentation
| KMLObject::~KMLObject | ( | ) | [virtual] |
Definition at line 36 of file KMLObject.cpp.
| KMLObject::KMLObject | ( | ) | [protected] |
Definition at line 26 of file KMLObject.cpp.
Member Function Documentation
| int KMLObject::id | ( | ) | const |
Definition at line 44 of file KMLObject.cpp.
| void KMLObject::setId | ( | int | value | ) |
Definition at line 49 of file KMLObject.cpp.
| int KMLObject::targetId | ( | ) | const |
Definition at line 54 of file KMLObject.cpp.
| void KMLObject::setTargetId | ( | int | value | ) |
Definition at line 59 of file KMLObject.cpp.
| void KMLObject::pack | ( | QDataStream & | stream | ) | const [virtual] |
Implements Serializable.
Reimplemented in KMLColorStyle, KMLContainer, KMLFeature, KMLIconStyle, KMLLabelStyle, KMLStyle, and KMLStyleSelector.
Definition at line 64 of file KMLObject.cpp.
| void KMLObject::unpack | ( | QDataStream & | steam | ) | [virtual] |
Implements Serializable.
Reimplemented in KMLColorStyle, KMLContainer, KMLFeature, KMLIconStyle, KMLLabelStyle, KMLStyle, and KMLStyleSelector.
Definition at line 70 of file KMLObject.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference