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