#include <abstractelementbytearray.h>
Inheritance diagram for AbstractElementByteArray:

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