|
QGIS API Documentation
2.8.6-Wien
|
#include <qgssvgselectorwidget.h>

Public Member Functions | |
| QgsSvgSelectorDialog (QWidget *parent=0, Qt::WindowFlags fl=QgisGui::ModalDialogFlags, QDialogButtonBox::StandardButtons buttons=QDialogButtonBox::Close|QDialogButtonBox::Ok, Qt::Orientation orientation=Qt::Horizontal) | |
| ~QgsSvgSelectorDialog () | |
| QDialogButtonBox * | buttonBox () |
| Returns the button box. More... | |
| QVBoxLayout * | layout () |
| Returns the central layout. Widgets added to it must have this dialog as parent. More... | |
| QgsSvgSelectorWidget * | svgSelector () |
| Returns pointer to the embedded SVG selector widget. More... | |
Protected Attributes | |
| QDialogButtonBox * | mButtonBox |
| QVBoxLayout * | mLayout |
| QgsSvgSelectorWidget * | mSvgSelector |
Definition at line 107 of file qgssvgselectorwidget.h.
| QgsSvgSelectorDialog::QgsSvgSelectorDialog | ( | QWidget * | parent = 0, |
| Qt::WindowFlags | fl = QgisGui::ModalDialogFlags, |
||
| QDialogButtonBox::StandardButtons | buttons = QDialogButtonBox::Close | QDialogButtonBox::Ok, |
||
| Qt::Orientation | orientation = Qt::Horizontal |
||
| ) |
Definition at line 312 of file qgssvgselectorwidget.cpp.
| QgsSvgSelectorDialog::~QgsSvgSelectorDialog | ( | ) |
Definition at line 339 of file qgssvgselectorwidget.cpp.
|
inline |
Returns the button box.
Definition at line 120 of file qgssvgselectorwidget.h.
|
inline |
Returns the central layout. Widgets added to it must have this dialog as parent.
Definition at line 117 of file qgssvgselectorwidget.h.
|
inline |
Returns pointer to the embedded SVG selector widget.
Definition at line 123 of file qgssvgselectorwidget.h.
|
protected |
Definition at line 127 of file qgssvgselectorwidget.h.
|
protected |
Definition at line 126 of file qgssvgselectorwidget.h.
|
protected |
Definition at line 128 of file qgssvgselectorwidget.h.
1.8.11