marble
Go to the documentation of this file.
11 #ifndef GEODATALISTSTYLE_H
12 #define GEODATALISTSTYLE_H
26 class GeoDataListStylePrivate;
40 virtual const char* nodeType()
const;
49 ListItemType listItemType()
const;
50 void setListItemType(
const ListItemType &type );
52 QColor backgroundColor()
const;
53 void setBackgroundColor(
const QColor &color );
55 QVector<GeoDataItemIcon*> itemIconList()
const;
65 void remove(
int index );
78 QVector<GeoDataItemIcon*>::Iterator begin();
79 QVector<GeoDataItemIcon*>::Iterator end();
80 QVector<GeoDataItemIcon*>::ConstIterator constBegin()
const;
81 QVector<GeoDataItemIcon*>::ConstIterator constEnd()
const;
84 virtual void pack( QDataStream& stream )
const;
86 virtual void unpack( QDataStream& stream );
90 GeoDataListStylePrivate*
const d;
A base class for all geodata objects.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:38:50 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.