QGIS API Documentation  2.6.0-Brighton
 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 ()
QVBoxLayout * layout ()
 Returns the central layout. Widgets added to it must have this dialog as parent.
QDialogButtonBox * buttonBox ()
 Returns the button box.
QgsSvgSelectorWidgetsvgSelector ()
 Returns pointer to the embedded SVG selector widget.

Protected Attributes

QVBoxLayout * mLayout
QDialogButtonBox * mButtonBox
QgsSvgSelectorWidgetmSvgSelector

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 
)
QgsSvgSelectorDialog::~QgsSvgSelectorDialog ( )

Member Function Documentation

QDialogButtonBox* QgsSvgSelectorDialog::buttonBox ( )
inline

Returns the button box.

QVBoxLayout* QgsSvgSelectorDialog::layout ( )
inline

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

QgsSvgSelectorWidget* QgsSvgSelectorDialog::svgSelector ( )
inline

Returns pointer to the embedded SVG selector widget.

Member Data Documentation

QDialogButtonBox* QgsSvgSelectorDialog::mButtonBox
protected
QVBoxLayout* QgsSvgSelectorDialog::mLayout
protected
QgsSvgSelectorWidget* QgsSvgSelectorDialog::mSvgSelector
protected

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