marble
#include <GeoDataBalloonStyle.h>
Public Types | |
enum | DisplayMode { Default, Hide } |
Public Types inherited from Marble::GeoDataColorStyle | |
enum | ColorMode { Normal, Random } |
Additional Inherited Members | |
Protected Member Functions inherited from Marble::GeoDataObject | |
virtual bool | equals (const GeoDataObject &other) const |
Detailed Description
Definition at line 23 of file GeoDataBalloonStyle.h.
Member Enumeration Documentation
Enumerator | |
---|---|
Default | |
Hide |
Definition at line 40 of file GeoDataBalloonStyle.h.
Constructor & Destructor Documentation
Marble::GeoDataBalloonStyle::GeoDataBalloonStyle | ( | ) |
Definition at line 36 of file GeoDataBalloonStyle.cpp.
Marble::GeoDataBalloonStyle::GeoDataBalloonStyle | ( | const GeoDataBalloonStyle & | other | ) |
Definition at line 41 of file GeoDataBalloonStyle.cpp.
Marble::GeoDataBalloonStyle::~GeoDataBalloonStyle | ( | ) |
Definition at line 67 of file GeoDataBalloonStyle.cpp.
Member Function Documentation
QColor Marble::GeoDataBalloonStyle::backgroundColor | ( | ) | const |
Definition at line 77 of file GeoDataBalloonStyle.cpp.
GeoDataBalloonStyle::DisplayMode Marble::GeoDataBalloonStyle::displayMode | ( | ) | const |
Definition at line 107 of file GeoDataBalloonStyle.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Reimplemented from Marble::GeoDataColorStyle.
Definition at line 72 of file GeoDataBalloonStyle.cpp.
bool Marble::GeoDataBalloonStyle::operator!= | ( | const GeoDataBalloonStyle & | other | ) | const |
Definition at line 62 of file GeoDataBalloonStyle.cpp.
GeoDataBalloonStyle & Marble::GeoDataBalloonStyle::operator= | ( | const GeoDataBalloonStyle & | other | ) |
Definition at line 46 of file GeoDataBalloonStyle.cpp.
bool Marble::GeoDataBalloonStyle::operator== | ( | const GeoDataBalloonStyle & | other | ) | const |
Definition at line 53 of file GeoDataBalloonStyle.cpp.
|
virtual |
Serialize the style to a stream.
- Parameters
-
stream the stream
Reimplemented from Marble::GeoDataColorStyle.
Definition at line 117 of file GeoDataBalloonStyle.cpp.
void Marble::GeoDataBalloonStyle::setBackgroundColor | ( | const QColor & | color | ) |
Definition at line 82 of file GeoDataBalloonStyle.cpp.
void Marble::GeoDataBalloonStyle::setDisplayMode | ( | const DisplayMode & | mode | ) |
Definition at line 112 of file GeoDataBalloonStyle.cpp.
void Marble::GeoDataBalloonStyle::setText | ( | const QString & | text | ) |
Definition at line 102 of file GeoDataBalloonStyle.cpp.
void Marble::GeoDataBalloonStyle::setTextColor | ( | const QColor & | color | ) |
Definition at line 92 of file GeoDataBalloonStyle.cpp.
QString Marble::GeoDataBalloonStyle::text | ( | ) | const |
Definition at line 97 of file GeoDataBalloonStyle.cpp.
QColor Marble::GeoDataBalloonStyle::textColor | ( | ) | const |
Definition at line 87 of file GeoDataBalloonStyle.cpp.
|
virtual |
Unserialize the style from a stream.
- Parameters
-
stream the stream
Reimplemented from Marble::GeoDataColorStyle.
Definition at line 126 of file GeoDataBalloonStyle.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:44 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.