QGIS API Documentation 3.99.0-Master (c22de0620c0)
Loading...
Searching...
No Matches
qgsoverlaytexturerenderview.h
Go to the documentation of this file.
1/***************************************************************************
2 qgsoverlaytexturerenderview.h
3 --------------------------------------
4 Date : June 2024
5 Copyright : (C) 2024 by Benoit De Mezzo
6 Email : benoit dot de dot mezzo at oslandia 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
16#ifndef QGSOVERLAYTEXTURERENDERVIEW_H
17#define QGSOVERLAYTEXTURERENDERVIEW_H
18
20
21#define SIP_NO_FILE
22
23namespace Qt3DRender
24{
25 class QLayer;
26} //namespace Qt3DRender
27
28
40{
41 public:
43 QgsOverlayTextureRenderView( const QString &viewName );
44
46 Qt3DRender::QLayer *overlayLayer() const;
47
48 private:
49 Qt3DRender::QLayer *mLayer = nullptr;
50
51 void buildRenderPass();
52};
53
54#endif // QGSOVERLAYTEXTURERENDERVIEW_H
QgsAbstractRenderView(const QString &viewName)
Constructor for QgsAbstractRenderView with the specified parent object.
QgsOverlayTextureRenderView(const QString &viewName)
Constructor.
Qt3DRender::QLayer * overlayLayer() const
Returns layer in which entities must be added in the in order to be processed by this renderview.