Eneboo - Documentación para desarrolladores
|
#include <propertyeditor.h>
Métodos públicos | |
PropertyListItem (PropertyList *l, PropertyItem *after, PropertyItem *prop, const QString &propName, bool editable) | |
~PropertyListItem () | |
virtual void | showEditor () |
virtual void | hideEditor () |
virtual void | setValue (const QVariant &v) |
QString | currentItem () const |
int | currentIntItem () const |
void | setCurrentItem (const QString &s) |
void | setCurrentItem (int i) |
int | currentIntItemFromObject () const |
QString | currentItemFromObject () const |
void | addItem (const QString &s) |
PropertyListItem::PropertyListItem | ( | PropertyList * | l, |
PropertyItem * | after, | ||
PropertyItem * | prop, | ||
const QString & | propName, | ||
bool | editable | ||
) |
PropertyListItem::~PropertyListItem | ( | ) |
void PropertyListItem::addItem | ( | const QString & | s | ) |
int PropertyListItem::currentIntItem | ( | ) | const [virtual] |
Reimplementado de PropertyItem.
int PropertyListItem::currentIntItemFromObject | ( | ) | const [virtual] |
Reimplementado de PropertyItem.
QString PropertyListItem::currentItem | ( | ) | const [virtual] |
Reimplementado de PropertyItem.
QString PropertyListItem::currentItemFromObject | ( | ) | const [virtual] |
Reimplementado de PropertyItem.
void PropertyListItem::hideEditor | ( | ) | [virtual] |
Subclasses have to hide the editor of the item here
Reimplementado de PropertyItem.
void PropertyListItem::setCurrentItem | ( | int | i | ) | [virtual] |
Reimplementado de PropertyItem.
void PropertyListItem::setCurrentItem | ( | const QString & | s | ) | [virtual] |
Reimplementado de PropertyItem.
void PropertyListItem::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 PropertyListItem::showEditor | ( | ) | [virtual] |
Subclasses have to show the editor of the item here
Reimplementado de PropertyItem.