| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
A dialog for configuring a 3D symbol. More...
#include <qgs3dsymbolwidget.h>

| 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... | |
| QgsAbstract3DSymbol * | symbol () const | 
| Returns a new instance of the symbol defined by the dialog.  More... | |
A dialog for configuring a 3D symbol.
Definition at line 77 of file qgs3dsymbolwidget.h.
| Qgs3DSymbolDialog::Qgs3DSymbolDialog | ( | const QgsAbstract3DSymbol * | symbol, | 
| QWidget * | parent = nullptr | ||
| ) | 
Constructor for Qgs3DSymbolDialog, initially showing the specified symbol.
Definition at line 28 of file qgs3dsymbolwidget.cpp.
| QDialogButtonBox * Qgs3DSymbolDialog::buttonBox | ( | ) | const | 
Returns a reference to the dialog's button box.
Definition at line 58 of file qgs3dsymbolwidget.cpp.
| 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 53 of file qgs3dsymbolwidget.cpp.