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

#include <qgssvgselectorwidget.h>

Public Slots

void setSvgPath (const QString &svgPath)
 Accepts absolute and relative paths.

Signals

void svgSelected (const QString &path)

Public Member Functions

 QgsSvgSelectorWidget (QWidget *parent=0)
 ~QgsSvgSelectorWidget ()
QString currentSvgPath () const
QString currentSvgPathToName () const
QPushButton * filePathButton ()
QLineEdit * filePathLineEdit ()
QTreeView * groupsTreeView ()
QListView * imagesListView ()
QCheckBox * relativePathCheckbox ()
QLayout * selectorLayout ()

Static Public Member Functions

static QgsSvgSelectorWidgetcreate (QWidget *parent=0)

Protected Member Functions

void populateList ()

Detailed Description

Definition at line 64 of file qgssvgselectorwidget.h.

Constructor & Destructor Documentation

QgsSvgSelectorWidget::QgsSvgSelectorWidget ( QWidget *  parent = 0)

Definition at line 144 of file qgssvgselectorwidget.cpp.

QgsSvgSelectorWidget::~QgsSvgSelectorWidget ( )

Definition at line 164 of file qgssvgselectorwidget.cpp.

Member Function Documentation

static QgsSvgSelectorWidget* QgsSvgSelectorWidget::create ( QWidget *  parent = 0)
inlinestatic

Definition at line 72 of file qgssvgselectorwidget.h.

QString QgsSvgSelectorWidget::currentSvgPath ( ) const

Definition at line 207 of file qgssvgselectorwidget.cpp.

QString QgsSvgSelectorWidget::currentSvgPathToName ( ) const

Definition at line 215 of file qgssvgselectorwidget.cpp.

QPushButton* QgsSvgSelectorWidget::filePathButton ( )
inline

Definition at line 80 of file qgssvgselectorwidget.h.

QLineEdit* QgsSvgSelectorWidget::filePathLineEdit ( )
inline

Definition at line 79 of file qgssvgselectorwidget.h.

QTreeView* QgsSvgSelectorWidget::groupsTreeView ( )
inline

Definition at line 77 of file qgssvgselectorwidget.h.

QListView* QgsSvgSelectorWidget::imagesListView ( )
inline

Definition at line 78 of file qgssvgselectorwidget.h.

void QgsSvgSelectorWidget::populateList ( )
protected

Definition at line 294 of file qgssvgselectorwidget.cpp.

QCheckBox* QgsSvgSelectorWidget::relativePathCheckbox ( )
inline

Definition at line 81 of file qgssvgselectorwidget.h.

QLayout* QgsSvgSelectorWidget::selectorLayout ( )
inline

Definition at line 82 of file qgssvgselectorwidget.h.

void QgsSvgSelectorWidget::setSvgPath ( const QString &  svgPath)
slot

Accepts absolute and relative paths.

Definition at line 170 of file qgssvgselectorwidget.cpp.

void QgsSvgSelectorWidget::svgSelected ( const QString &  path)
signal

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