#include <propquestion.h>
Inheritance diagram for PropQuestion:


Public Member Functions | |
| PropQuestion (QString name, DataObject *destination) | |
| bool | setValue (QVariant newValue) |
| Has the side-effect of emitting a valueChanged() signal. | |
| Qt::ItemFlags | flags () const |
| QVariant | value () const |
Definition at line 13 of file propquestion.h.
| bool PropQuestion::setValue | ( | QVariant | newValue | ) | [virtual] |
Has the side-effect of emitting a valueChanged() signal.
Reimplemented from Question.
Definition at line 25 of file propquestion.cpp.
References DataObject::setProperty().
Referenced by PropQuestion().
1.5.1