QGIS API Documentation  2.8.2-Wien
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Protected Attributes | List of all members
QgsSvgSelectorDialog Class Reference

#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.
QVBoxLayout * layout ()
 Returns the central layout. Widgets added to it must have this dialog as parent.
QgsSvgSelectorWidgetsvgSelector ()
 Returns pointer to the embedded SVG selector widget.

Protected Attributes

QDialogButtonBox * mButtonBox
QVBoxLayout * mLayout
QgsSvgSelectorWidgetmSvgSelector

Detailed Description

Definition at line 107 of file qgssvgselectorwidget.h.

Constructor & Destructor Documentation

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.

Member Function Documentation

QDialogButtonBox* QgsSvgSelectorDialog::buttonBox ( )
inline

Returns the button box.

Definition at line 120 of file qgssvgselectorwidget.h.

QVBoxLayout* QgsSvgSelectorDialog::layout ( )
inline

Returns the central layout. Widgets added to it must have this dialog as parent.

Definition at line 117 of file qgssvgselectorwidget.h.

QgsSvgSelectorWidget* QgsSvgSelectorDialog::svgSelector ( )
inline

Returns pointer to the embedded SVG selector widget.

Definition at line 123 of file qgssvgselectorwidget.h.

Member Data Documentation

QDialogButtonBox* QgsSvgSelectorDialog::mButtonBox
protected

Definition at line 127 of file qgssvgselectorwidget.h.

QVBoxLayout* QgsSvgSelectorDialog::mLayout
protected

Definition at line 126 of file qgssvgselectorwidget.h.

QgsSvgSelectorWidget* QgsSvgSelectorDialog::mSvgSelector
protected

Definition at line 128 of file qgssvgselectorwidget.h.


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