| Eneboo - Documentación para desarrolladores | 
#include <propertyeditor.h>
 
  
 | Métodos públicos | |
| PropertyDatabaseItem (PropertyList *l, PropertyItem *after, PropertyItem *prop, const QString &propName, bool wField) | |
| ~PropertyDatabaseItem () | |
| virtual void | createChildren () | 
| virtual void | initChildren () | 
| virtual void | showEditor () | 
| virtual void | hideEditor () | 
| virtual void | setValue (const QVariant &v) | 
| virtual bool | hasSubItems () const | 
| virtual void | childValueChanged (PropertyItem *child) | 
| PropertyDatabaseItem::PropertyDatabaseItem | ( | PropertyList * | l, | 
| PropertyItem * | after, | ||
| PropertyItem * | prop, | ||
| const QString & | propName, | ||
| bool | wField | ||
| ) | 
| PropertyDatabaseItem::~PropertyDatabaseItem | ( | ) | 
| void PropertyDatabaseItem::childValueChanged | ( | PropertyItem * | child | ) |  [virtual] | 
If a subclass is a expandable item reimplement this as this is always called if a child item changed its value. So update the display of the item here then.
Reimplementado de PropertyItem.
| void PropertyDatabaseItem::createChildren | ( | ) |  [virtual] | 
If a subclass is a expandable item, this is called when the child items should be created.
Reimplementado de PropertyItem.
| bool PropertyDatabaseItem::hasSubItems | ( | ) | const  [virtual] | 
Subclasses which are expandable items have to return TRUE here. Default is FALSE.
Reimplementado de PropertyItem.
| void PropertyDatabaseItem::hideEditor | ( | ) |  [virtual] | 
Subclasses have to hide the editor of the item here
Reimplementado de PropertyItem.
| void PropertyDatabaseItem::initChildren | ( | ) |  [virtual] | 
If a subclass is a expandable item, this is called when the child items should be initialized.
Reimplementado de PropertyItem.
| void PropertyDatabaseItem::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 PropertyDatabaseItem::showEditor | ( | ) |  [virtual] | 
Subclasses have to show the editor of the item here
Reimplementado de PropertyItem.
 1.7.4
 1.7.4