marble
#include <GeoDataFeature_p.h>
|
static GeoDataStyle * | createHighwayStyle (const QString &bitmap, const QColor &color, qreal width=1, qreal realWidth=0.0, Qt::PenStyle penStyle=Qt::SolidLine, Qt::PenCapStyle capStyle=Qt::RoundCap) |
|
static GeoDataStyle * | createOsmPOIStyle (const QFont &font, const QString &bitmap, const QColor &color=QColor(0xBE, 0xAD, 0xAD), const QColor &outline=QColor(0xBE, 0xAD, 0xAD).darker()) |
|
static GeoDataStyle * | createStyle (qreal width, qreal realWidth, const QColor &color, const QColor &outlineColor, bool fill, bool outline, Qt::BrushStyle brushStyle, Qt::PenStyle penStyle, Qt::PenCapStyle capStyle, bool lineBackground, const QVector< qreal > &dashPattern=QVector< qreal >()) |
|
static GeoDataStyle * | createWayStyle (const QColor &color, const QColor &outlineColor, bool fill=true, bool outline=true, Qt::BrushStyle brushStyle=Qt::SolidPattern) |
|
static void | initializeDefaultStyles () |
|
static void | initializeOsmVisualCategories () |
|
Definition at line 31 of file GeoDataFeature_p.h.
Marble::GeoDataFeaturePrivate::GeoDataFeaturePrivate |
( |
| ) |
|
|
inline |
virtual Marble::GeoDataFeaturePrivate::~GeoDataFeaturePrivate |
( |
| ) |
|
|
inlinevirtual |
static GeoDataStyle* Marble::GeoDataFeaturePrivate::createHighwayStyle |
( |
const QString & |
bitmap, |
|
|
const QColor & |
color, |
|
|
qreal |
width = 1 , |
|
|
qreal |
realWidth = 0.0 , |
|
|
Qt::PenStyle |
penStyle = Qt::SolidLine , |
|
|
Qt::PenCapStyle |
capStyle = Qt::RoundCap |
|
) |
| |
|
inlinestatic |
static GeoDataStyle* Marble::GeoDataFeaturePrivate::createStyle |
( |
qreal |
width, |
|
|
qreal |
realWidth, |
|
|
const QColor & |
color, |
|
|
const QColor & |
outlineColor, |
|
|
bool |
fill, |
|
|
bool |
outline, |
|
|
Qt::BrushStyle |
brushStyle, |
|
|
Qt::PenStyle |
penStyle, |
|
|
Qt::PenCapStyle |
capStyle, |
|
|
bool |
lineBackground, |
|
|
const QVector< qreal > & |
dashPattern = QVector< qreal >() |
|
) |
| |
|
inlinestatic |
static GeoDataStyle* Marble::GeoDataFeaturePrivate::createWayStyle |
( |
const QColor & |
color, |
|
|
const QColor & |
outlineColor, |
|
|
bool |
fill = true , |
|
|
bool |
outline = true , |
|
|
Qt::BrushStyle |
brushStyle = Qt::SolidPattern |
|
) |
| |
|
inlinestatic |
virtual EnumFeatureId Marble::GeoDataFeaturePrivate::featureId |
( |
| ) |
const |
|
inlinevirtual |
void Marble::GeoDataFeaturePrivate::initializeDefaultStyles |
( |
| ) |
|
|
static |
void Marble::GeoDataFeaturePrivate::initializeOsmVisualCategories |
( |
| ) |
|
|
static |
virtual const char* Marble::GeoDataFeaturePrivate::nodeType |
( |
| ) |
const |
|
inlinevirtual |
QString Marble::GeoDataFeaturePrivate::m_address |
QString Marble::GeoDataFeaturePrivate::m_description |
bool Marble::GeoDataFeaturePrivate::m_descriptionCDATA |
QString Marble::GeoDataFeaturePrivate::m_name |
QString Marble::GeoDataFeaturePrivate::m_phoneNumber |
qint64 Marble::GeoDataFeaturePrivate::m_popularity |
QString Marble::GeoDataFeaturePrivate::m_role |
QString Marble::GeoDataFeaturePrivate::m_styleUrl |
bool Marble::GeoDataFeaturePrivate::m_visible |
int Marble::GeoDataFeaturePrivate::m_zoomLevel |
QFont Marble::GeoDataFeaturePrivate::s_defaultFont = QFont("Sans Serif") |
|
static |
QColor Marble::GeoDataFeaturePrivate::s_defaultLabelColor = QColor( Qt::black ) |
|
static |
GeoDataStyle * Marble::GeoDataFeaturePrivate::s_defaultStyle |
|
static |
bool Marble::GeoDataFeaturePrivate::s_defaultStyleInitialized = false |
|
static |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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.