Eneboo - Documentación para desarrolladores
|
#include <propertyeditor.h>
Métodos públicos | |
PropertyEnumItem (PropertyList *l, PropertyItem *after, PropertyItem *prop, const QString &propName) | |
~PropertyEnumItem () | |
void | showEditor () |
void | hideEditor () |
void | setValue (const QVariant &v) |
QString | currentItem () const |
QString | currentItemFromObject () const |
void | setCurrentValues (QStrList lst) |
PropertyEnumItem::PropertyEnumItem | ( | PropertyList * | l, |
PropertyItem * | after, | ||
PropertyItem * | prop, | ||
const QString & | propName | ||
) |
PropertyEnumItem::~PropertyEnumItem | ( | ) |
QString PropertyEnumItem::currentItem | ( | ) | const [virtual] |
Reimplementado de PropertyItem.
QString PropertyEnumItem::currentItemFromObject | ( | ) | const [virtual] |
Reimplementado de PropertyItem.
void PropertyEnumItem::hideEditor | ( | ) | [virtual] |
Subclasses have to hide the editor of the item here
Reimplementado de PropertyItem.
void PropertyEnumItem::setCurrentValues | ( | QStrList | lst | ) |
void PropertyEnumItem::setValue | ( | const QVariant & | v | ) | [virtual] |
This is called to init the value of the item. Reimplement in subclasses to init the editor
Reimplementado de PropertyItem.
void PropertyEnumItem::showEditor | ( | ) | [virtual] |
Subclasses have to show the editor of the item here
Reimplementado de PropertyItem.