#include <property_data.h>
Inheritance diagram for ListProperty:


Public Member Functions | |
| ListProperty (const char *, const QString &, PropertyData *, const QStringList &) | |
| QWidget * | createEditor (QWidget *) |
| void | updateEditor (QWidget *) |
| void | setCurrentIndex (int) |
| void | setValue (const QVariant &) |
| QString | status () const |
| QVariant | value () const |
| QString | valueToString () const |
Private Attributes | |
| QStringList | m_list |
| int | m_index |
| ListProperty::ListProperty | ( | const char * | , | |
| const QString & | , | |||
| PropertyData * | , | |||
| const QStringList & | ||||
| ) |
| QWidget * ListProperty::createEditor | ( | QWidget * | ) | [virtual] |
Reimplemented from AbstractProperty.
| void ListProperty::setCurrentIndex | ( | int | ) |
| void ListProperty::setValue | ( | const QVariant & | ) | [virtual] |
Reimplemented from AbstractProperty.
| QString ListProperty::status | ( | ) | const [virtual] |
Reimplemented from AbstractProperty.
| void ListProperty::updateEditor | ( | QWidget * | ) | [virtual] |
Reimplemented from AbstractProperty.
| QVariant ListProperty::value | ( | ) | const [virtual] |
Reimplemented from AbstractProperty.
| QString ListProperty::valueToString | ( | ) | const [virtual] |
Reimplemented from AbstractProperty.
int ListProperty::m_index [private] |
QStringList ListProperty::m_list [private] |
1.4.7