QGIS API Documentation 3.41.0-Master (fda2aa46e9a)
|
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 30 of file qgs3dsymbolwidget.cpp.
QDialogButtonBox * Qgs3DSymbolDialog::buttonBox | ( | ) | const |
Returns a reference to the dialog's button box.
Definition at line 64 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 59 of file qgs3dsymbolwidget.cpp.