#include <abstractelementdouble.h>
Inheritance diagram for AbstractElementDouble:

Public Member Functions | |
| AbstractElementDouble (AbstractElement *parent, double value) | |
| double | value () const |
| void | setValue (double value) |
Protected Member Functions | |
| QString | worker_toString () const |
| bool | worker_setData (const QString &data) |
| QVariant | worker_toVariant () const |
| bool | worker_setData (const QVariant &data) |
| AbstractElementDouble::AbstractElementDouble | ( | AbstractElement * | parent, | |
| double | value | |||
| ) |
| double AbstractElementDouble::value | ( | ) | const [inline] |
| void AbstractElementDouble::setValue | ( | double | value | ) | [inline] |
| QString AbstractElementDouble::worker_toString | ( | ) | const [protected, virtual] |
Called and made thread-safe by toString().
Implements AbstractElementAttribute.
| bool AbstractElementDouble::worker_setData | ( | const QString & | data | ) | [protected, virtual] |
Called and made thread-safe by setData(const QString&).
Implements AbstractElementAttribute.
| QVariant AbstractElementDouble::worker_toVariant | ( | ) | const [protected, virtual] |
Called and made thread-safe by toVariant().
Implements AbstractElementAttribute.
| bool AbstractElementDouble::worker_setData | ( | const QVariant & | data | ) | [protected, virtual] |
Called and made thread-safe by setData(const QVariant&).
Implements AbstractElementAttribute.
1.5.2