QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Public Member Functions | List of all members
Qgs3DSymbolDialog Class Reference

A dialog for configuring a 3D symbol. More...

#include <qgs3dsymbolwidget.h>

Inheritance diagram for Qgs3DSymbolDialog:
Inheritance graph
[legend]

Public Member Functions

 Qgs3DSymbolDialog (const QgsAbstract3DSymbol *symbol, QWidget *parent=nullptr)
 Constructor for Qgs3DSymbolDialog, initially showing the specified symbol. More...
 
QDialogButtonBox * buttonBox () const
 Returns a reference to the dialog's button box. More...
 
QgsAbstract3DSymbolsymbol () const
 Returns a new instance of the symbol defined by the dialog. More...
 

Detailed Description

A dialog for configuring a 3D symbol.

Since
QGIS 3.16

Definition at line 77 of file qgs3dsymbolwidget.h.

Constructor & Destructor Documentation

◆ Qgs3DSymbolDialog()

Qgs3DSymbolDialog::Qgs3DSymbolDialog ( const QgsAbstract3DSymbol symbol,
QWidget *  parent = nullptr 
)

Constructor for Qgs3DSymbolDialog, initially showing the specified symbol.

Definition at line 29 of file qgs3dsymbolwidget.cpp.

Member Function Documentation

◆ buttonBox()

QDialogButtonBox * Qgs3DSymbolDialog::buttonBox ( ) const

Returns a reference to the dialog's button box.

Definition at line 63 of file qgs3dsymbolwidget.cpp.

◆ symbol()

QgsAbstract3DSymbol * Qgs3DSymbolDialog::symbol ( ) const

Returns a new instance of the symbol defined by the dialog.

Caller takes ownership of the returned symbol.

Definition at line 58 of file qgs3dsymbolwidget.cpp.


The documentation for this class was generated from the following files: