QGIS API Documentation  2.6.0-Brighton
 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
QTreeView * groupsTreeView ()
QListView * imagesListView ()
QLineEdit * filePathLineEdit ()
QPushButton * filePathButton ()
QCheckBox * relativePathCheckbox ()
QLayout * selectorLayout ()

Static Public Member Functions

static QgsSvgSelectorWidgetcreate (QWidget *parent=0)

Protected Member Functions

void populateList ()

Constructor & Destructor Documentation

QgsSvgSelectorWidget::QgsSvgSelectorWidget ( QWidget *  parent = 0)
QgsSvgSelectorWidget::~QgsSvgSelectorWidget ( )

Member Function Documentation

static QgsSvgSelectorWidget* QgsSvgSelectorWidget::create ( QWidget *  parent = 0)
inlinestatic
QString QgsSvgSelectorWidget::currentSvgPath ( ) const
QString QgsSvgSelectorWidget::currentSvgPathToName ( ) const
QPushButton* QgsSvgSelectorWidget::filePathButton ( )
inline
QLineEdit* QgsSvgSelectorWidget::filePathLineEdit ( )
inline
QTreeView* QgsSvgSelectorWidget::groupsTreeView ( )
inline
QListView* QgsSvgSelectorWidget::imagesListView ( )
inline
void QgsSvgSelectorWidget::populateList ( )
protected
QCheckBox* QgsSvgSelectorWidget::relativePathCheckbox ( )
inline
QLayout* QgsSvgSelectorWidget::selectorLayout ( )
inline
void QgsSvgSelectorWidget::setSvgPath ( const QString &  svgPath)
slot

Accepts absolute and relative paths.

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

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