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

Detailed Description
Definition at line 18 of file KMLStyleSelector.h.
Public Member Functions | |
| void | setStyleId (const QString &value) |
| QString | styleId () const |
| virtual void | pack (QDataStream &stream) const |
| virtual void | unpack (QDataStream &stream) |
Protected Member Functions | |
| KMLStyleSelector () | |
Protected Attributes | |
| QString | m_styleId |
Constructor & Destructor Documentation
| KMLStyleSelector::KMLStyleSelector | ( | ) | [protected] |
Definition at line 15 of file KMLStyleSelector.cpp.
Member Function Documentation
| void KMLStyleSelector::setStyleId | ( | const QString & | value | ) |
Definition at line 19 of file KMLStyleSelector.cpp.
| QString KMLStyleSelector::styleId | ( | ) | const |
Definition at line 24 of file KMLStyleSelector.cpp.
| void KMLStyleSelector::pack | ( | QDataStream & | stream | ) | const [virtual] |
Reimplemented from KMLObject.
Reimplemented in KMLStyle.
Definition at line 29 of file KMLStyleSelector.cpp.
| void KMLStyleSelector::unpack | ( | QDataStream & | stream | ) | [virtual] |
Reimplemented from KMLObject.
Reimplemented in KMLStyle.
Definition at line 36 of file KMLStyleSelector.cpp.
Member Data Documentation
QString KMLStyleSelector::m_styleId [protected] |
Definition at line 34 of file KMLStyleSelector.h.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference