#include <property_data.h>
Inheritance diagram for PixmapProperty:
Public Member Functions | |
PixmapProperty (const char *, const QString &, PropertyData *, const QPixmap &) | |
QWidget * | createEditor (QWidget *) |
void | updateEditor (QWidget *) |
void | setValue (const QVariant &) |
QString | status () const |
QVariant | value () const |
QString | valueToString () const |
void | setPath (const QString &) |
Private Attributes | |
QString | m_path |
PixmapProperty::PixmapProperty | ( | const char * | , | |
const QString & | , | |||
PropertyData * | , | |||
const QPixmap & | ||||
) |
QWidget * PixmapProperty::createEditor | ( | QWidget * | ) | [virtual] |
Reimplemented from AbstractProperty.
void PixmapProperty::setPath | ( | const QString & | ) |
void PixmapProperty::setValue | ( | const QVariant & | ) | [virtual] |
Reimplemented from AbstractProperty.
QString PixmapProperty::status | ( | ) | const [virtual] |
Reimplemented from AbstractProperty.
void PixmapProperty::updateEditor | ( | QWidget * | ) | [virtual] |
Reimplemented from AbstractProperty.
QVariant PixmapProperty::value | ( | ) | const [virtual] |
Reimplemented from AbstractProperty.
QString PixmapProperty::valueToString | ( | ) | const [virtual] |
Reimplemented from AbstractProperty.
QString PixmapProperty::m_path [private] |