QGIS API Documentation  2.0.1-Dufour
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Slots | Signals | Public Member Functions | Private Attributes | List of all members
QgsStringRelay Class Reference

#include <qgsattributeeditor.h>

Public Slots

void changeText ()
void changeText (QString str)

Signals

void textChanged (QString)

Public Member Functions

 QgsStringRelay (QObject *parent=NULL)
void appendProxy (QWidget *proxy)

Private Attributes

QList< QWidget * > mProxyList

Detailed Description

Definition at line 96 of file qgsattributeeditor.h.

Constructor & Destructor Documentation

QgsStringRelay::QgsStringRelay ( QObject *  parent = NULL)
inline

Definition at line 102 of file qgsattributeeditor.h.

Member Function Documentation

void QgsStringRelay::appendProxy ( QWidget *  proxy)
inline

Definition at line 105 of file qgsattributeeditor.h.

Referenced by QgsAttributeEditor::createAttributeEditor().

void QgsStringRelay::changeText ( )
slot

Definition at line 1465 of file qgsattributeeditor.cpp.

void QgsStringRelay::changeText ( QString  str)
slot

Definition at line 1477 of file qgsattributeeditor.cpp.

References mProxyList, and textChanged().

void QgsStringRelay::textChanged ( QString  )
signal

Referenced by changeText().

Member Data Documentation

QList<QWidget*> QgsStringRelay::mProxyList
private

Definition at line 115 of file qgsattributeeditor.h.

Referenced by changeText().


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