QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
qgstiledscenerendererwidget.h
Go to the documentation of this file.
1/***************************************************************************
2 qgstiledscenerendererwidget.h
3 ---------------------
4 begin : August 2023
5 copyright : (C) 2023 by Nyall Dawson
6 email : nyall dot dawson at gmail dot com
7 ***************************************************************************
8 * *
9 * This program is free software; you can redistribute it and/or modify *
10 * it under the terms of the GNU General Public License as published by *
11 * the Free Software Foundation; either version 2 of the License, or *
12 * (at your option) any later version. *
13 * *
14 ***************************************************************************/
15#ifndef QGSTILEDSCENERENDERERWIDGET_H
16#define QGSTILEDSCENERENDERERWIDGET_H
17
18#include "qgis_sip.h"
19#include "qgspanelwidget.h"
21
22#include <QMenu>
23#include <QStackedWidget>
24#include <QWidget>
25
27class QgsStyle;
29class QgsMapCanvas;
30
38{
39 Q_OBJECT
40 public:
46
53
58 virtual void setContext( const QgsSymbolWidgetContext &context );
59
65
69 const QgsTiledSceneLayer *layer() const { return mLayer; }
70
71 signals:
72
73 protected:
75 QgsStyle *mStyle = nullptr;
76
79};
80
81#endif // QGSTILEDSCENERENDERERWIDGET_H
Map canvas is a class for displaying all GIS data types on a canvas.
QgsPanelWidget(QWidget *parent=nullptr)
Base class for any widget that can be shown as an inline panel.
A database of saved style entities, including symbols, color ramps, text formats and others.
Definition qgsstyle.h:88
Contains settings which reflect the context in which a symbol (or renderer) widget is shown,...
Represents a map layer supporting display of tiled scene objects.
QgsSymbolWidgetContext context() const
Returns the context in which the renderer widget is shown, e.g., the associated map canvas and expres...
QgsTiledSceneRendererWidget(QgsTiledSceneLayer *layer, QgsStyle *style)
Constructor for QgsTiledSceneRendererWidget, associated with the specified layer and style database.
QgsSymbolWidgetContext mContext
Context in which widget is shown.
const QgsTiledSceneLayer * layer() const
Returns the tiled scene layer associated with the widget.
virtual void setContext(const QgsSymbolWidgetContext &context)
Sets the context in which the renderer widget is shown, e.g., the associated map canvas and expressio...
virtual QgsTiledSceneRenderer * renderer()=0
Returns a new instance of a renderer as defined by the settings in the widget.
Abstract base class for 2d tiled scene renderers.
#define SIP_FACTORY
Definition qgis_sip.h:84