Marble
6 #ifndef GEODATALISTSTYLE_H
7 #define GEODATALISTSTYLE_H
9 #include "MarbleGlobal.h"
10 #include "GeoDataObject.h"
11 #include "geodata_export.h"
20 class GeoDataListStylePrivate;
21 class GeoDataItemIcon;
25 class GEODATA_EXPORT GeoDataListStyle :
public GeoDataObject
30 GeoDataListStyle(
const GeoDataListStyle &other );
32 GeoDataListStyle& operator=(
const GeoDataListStyle &other );
34 bool operator==(
const GeoDataListStyle &other )
const;
35 bool operator!=(
const GeoDataListStyle &other )
const;
37 ~GeoDataListStyle()
override;
40 const char* nodeType()
const override;
49 ListItemType listItemType()
const;
50 void setListItemType(ListItemType type);
52 QColor backgroundColor()
const;
53 void setBackgroundColor(
const QColor &color );
57 GeoDataItemIcon* child(
int );
59 const GeoDataItemIcon* child(
int )
const;
61 int childPosition(
const GeoDataItemIcon *child )
const;
63 void append( GeoDataItemIcon *other );
69 GeoDataItemIcon& at(
int pos );
70 const GeoDataItemIcon& at(
int pos )
const;
72 GeoDataItemIcon& last();
73 const GeoDataItemIcon& last()
const;
75 GeoDataItemIcon& first();
76 const GeoDataItemIcon& first()
const;
89 friend class GeoDataItemIcon;
90 GeoDataListStylePrivate*
const d;
const QList< QKeySequence > & begin()
bool operator==(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
bool operator!=(const Qt3DRender::QGraphicsApiFilter &reference, const Qt3DRender::QGraphicsApiFilter &sample)
Binds a QML item to a specific geodetic location in screen coordinates.
const QList< QKeySequence > & end()
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Oct 2 2023 03:52:08 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.