marble
#include <GeoDataListStyle.h>

Public Types | |
| enum | ListItemType { Check, RadioFolder, CheckOffOnly, CheckHideChildren } |
Additional Inherited Members | |
Protected Member Functions inherited from Marble::GeoDataObject | |
| virtual bool | equals (const GeoDataObject &other) const |
Detailed Description
Definition at line 28 of file GeoDataListStyle.h.
Member Enumeration Documentation
| Enumerator | |
|---|---|
| Check | |
| RadioFolder | |
| CheckOffOnly | |
| CheckHideChildren | |
Definition at line 45 of file GeoDataListStyle.h.
Constructor & Destructor Documentation
| Marble::GeoDataListStyle::GeoDataListStyle | ( | ) |
Definition at line 35 of file GeoDataListStyle.cpp.
| Marble::GeoDataListStyle::GeoDataListStyle | ( | const GeoDataListStyle & | other | ) |
Definition at line 40 of file GeoDataListStyle.cpp.
| Marble::GeoDataListStyle::~GeoDataListStyle | ( | ) |
Definition at line 80 of file GeoDataListStyle.cpp.
Member Function Documentation
| void Marble::GeoDataListStyle::append | ( | GeoDataItemIcon * | other | ) |
Definition at line 130 of file GeoDataListStyle.cpp.
| GeoDataItemIcon & Marble::GeoDataListStyle::at | ( | int | pos | ) |
Definition at line 147 of file GeoDataListStyle.cpp.
| const GeoDataItemIcon & Marble::GeoDataListStyle::at | ( | int | pos | ) | const |
Definition at line 152 of file GeoDataListStyle.cpp.
| QColor Marble::GeoDataListStyle::backgroundColor | ( | ) | const |
Definition at line 100 of file GeoDataListStyle.cpp.
| QVector< GeoDataItemIcon * >::Iterator Marble::GeoDataListStyle::begin | ( | ) |
Definition at line 183 of file GeoDataListStyle.cpp.
| GeoDataItemIcon * Marble::GeoDataListStyle::child | ( | int | i | ) |
Definition at line 115 of file GeoDataListStyle.cpp.
| const GeoDataItemIcon * Marble::GeoDataListStyle::child | ( | int | i | ) | const |
Definition at line 120 of file GeoDataListStyle.cpp.
| int Marble::GeoDataListStyle::childPosition | ( | const GeoDataItemIcon * | child | ) | const |
Definition at line 125 of file GeoDataListStyle.cpp.
| void Marble::GeoDataListStyle::clear | ( | ) |
Definition at line 177 of file GeoDataListStyle.cpp.
| QVector< GeoDataItemIcon * >::ConstIterator Marble::GeoDataListStyle::constBegin | ( | ) | const |
Definition at line 193 of file GeoDataListStyle.cpp.
| QVector< GeoDataItemIcon * >::ConstIterator Marble::GeoDataListStyle::constEnd | ( | ) | const |
Definition at line 198 of file GeoDataListStyle.cpp.
| QVector< GeoDataItemIcon * >::Iterator Marble::GeoDataListStyle::end | ( | ) |
Definition at line 188 of file GeoDataListStyle.cpp.
| GeoDataItemIcon & Marble::GeoDataListStyle::first | ( | ) |
Definition at line 167 of file GeoDataListStyle.cpp.
| const GeoDataItemIcon & Marble::GeoDataListStyle::first | ( | ) | const |
Definition at line 172 of file GeoDataListStyle.cpp.
| QVector< GeoDataItemIcon * > Marble::GeoDataListStyle::itemIconList | ( | ) | const |
Definition at line 110 of file GeoDataListStyle.cpp.
| GeoDataItemIcon & Marble::GeoDataListStyle::last | ( | ) |
Definition at line 157 of file GeoDataListStyle.cpp.
| const GeoDataItemIcon & Marble::GeoDataListStyle::last | ( | ) | const |
Definition at line 162 of file GeoDataListStyle.cpp.
| GeoDataListStyle::ListItemType Marble::GeoDataListStyle::listItemType | ( | ) | const |
Definition at line 90 of file GeoDataListStyle.cpp.
|
virtual |
Provides type information for downcasting a GeoNode.
Implements Marble::GeoDataObject.
Definition at line 85 of file GeoDataListStyle.cpp.
| bool Marble::GeoDataListStyle::operator!= | ( | const GeoDataListStyle & | other | ) | const |
Definition at line 75 of file GeoDataListStyle.cpp.
| GeoDataListStyle & Marble::GeoDataListStyle::operator= | ( | const GeoDataListStyle & | other | ) |
Definition at line 45 of file GeoDataListStyle.cpp.
| bool Marble::GeoDataListStyle::operator== | ( | const GeoDataListStyle & | other | ) | const |
Definition at line 52 of file GeoDataListStyle.cpp.
|
virtual |
Reimplemented from Serializable.
Reimplemented from Marble::GeoDataObject.
Definition at line 203 of file GeoDataListStyle.cpp.
| void Marble::GeoDataListStyle::remove | ( | int | index | ) |
Definition at line 137 of file GeoDataListStyle.cpp.
| void Marble::GeoDataListStyle::setBackgroundColor | ( | const QColor & | color | ) |
Definition at line 105 of file GeoDataListStyle.cpp.
| void Marble::GeoDataListStyle::setListItemType | ( | const ListItemType & | type | ) |
Definition at line 95 of file GeoDataListStyle.cpp.
| int Marble::GeoDataListStyle::size | ( | ) | const |
Definition at line 142 of file GeoDataListStyle.cpp.
|
virtual |
Reimplemented from Serializable.
Reimplemented from Marble::GeoDataObject.
Definition at line 217 of file GeoDataListStyle.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.
KDE API Reference
Public Member Functions inherited from