QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
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. | |
QDialogButtonBox * | buttonBox () const |
Returns a reference to the dialog's button box. | |
QgsAbstract3DSymbol * | symbol () const |
Returns a new instance of the symbol defined by the dialog. | |
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 29 of file qgs3dsymbolwidget.cpp.
QDialogButtonBox * Qgs3DSymbolDialog::buttonBox | ( | ) | const |
Returns a reference to the dialog's button box.
Definition at line 63 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 58 of file qgs3dsymbolwidget.cpp.