PStringListEdit Class Reference
#include <pstringlistedit.h>
Inheritance diagram for PStringListEdit:

Signals | |
void | propertyChanged (QString name, QVariant newValue) |
Public Member Functions | |
PStringListEdit (const PropertyEditor *editor, const QString pname, const QVariant value, QWidget *parent=0, const char *name=0) | |
virtual QVariant | value () const |
virtual void | setValue (const QVariant value, bool emitChange) |
Private Slots | |
void | showEditor () |
Private Attributes | |
QLineEdit * | edit |
QPushButton * | pbSelect |
QHBoxLayout * | l |
QStringList | m_list |
Constructor & Destructor Documentation
|
Definition at line 32 of file pstringlistedit.cpp. References edit, l, pbSelect, propertyChanged(), PStringListEdit(), setValue(), and showEditor(). Referenced by PStringListEdit(). |
Member Function Documentation
|
Referenced by PStringListEdit(), setValue(), and showEditor(). |
|
Implements PropertyWidget. Definition at line 54 of file pstringlistedit.cpp. References m_list, PropertyWidget::pname(), propertyChanged(), and setValue(). Referenced by PStringListEdit(), and setValue(). |
|
Definition at line 61 of file pstringlistedit.cpp. References KEditListBox::insertStringList(), KEditListBox::items(), KEditListBox, m_list, PropertyWidget::pname(), and propertyChanged(). Referenced by PStringListEdit(). |
|
Implements PropertyWidget. Definition at line 49 of file pstringlistedit.cpp. References m_list. |
Member Data Documentation
|
Definition at line 37 of file pstringlistedit.h. Referenced by PStringListEdit(). |
|
Definition at line 39 of file pstringlistedit.h. Referenced by PStringListEdit(). |
|
Definition at line 41 of file pstringlistedit.h. Referenced by setValue(), showEditor(), and value(). |
|
Definition at line 38 of file pstringlistedit.h. Referenced by PStringListEdit(). |
The documentation for this class was generated from the following files:
- lib/widgets/propeditor/pstringlistedit.h
- lib/widgets/propeditor/pstringlistedit.cpp