QGIS API Documentation 3.99.0-Master (357b655ed83)
Loading...
Searching...
No Matches
qgshighlightmaterial.h
Go to the documentation of this file.
1/***************************************************************************
2 qgshighlightmaterial.h
3 ---------------------
4 begin : December 2025
5 copyright : (C) 2025 by Stefanos Natsis
6 email : uclaros 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
16#ifndef QGSHIGHLIGHTMATERIAL_H
17#define QGSHIGHLIGHTMATERIAL_H
18
19#include "qgis_3d.h"
21#include "qgsmaterial.h"
22
23#define SIP_NO_FILE
24
26
33class _3D_EXPORT QgsHighlightMaterial : public QgsMaterial
34{
35 Q_OBJECT
36
37 public:
41 explicit QgsHighlightMaterial( QgsMaterialSettingsRenderingTechnique technique, Qt3DCore::QNode *parent = nullptr );
42 ~QgsHighlightMaterial() override;
43
44 private:
45 void init( QgsMaterialSettingsRenderingTechnique technique );
46};
47
49
50#endif // QGSHIGHLIGHTMATERIAL_H
Base class for all materials used within QGIS 3D views.
Definition qgsmaterial.h:39
QgsMaterialSettingsRenderingTechnique
Material rendering techniques.