Eneboo - Documentación para desarrolladores
Métodos públicos
Referencia de la Clase PropertyPaletteItem

#include <propertyeditor.h>

Diagrama de herencias de PropertyPaletteItem
QObject PropertyItem Qt Qt QListViewItem Qt Qt

Lista de todos los miembros.

Métodos públicos

 PropertyPaletteItem (PropertyList *l, PropertyItem *after, PropertyItem *prop, const QString &propName)
 ~PropertyPaletteItem ()
virtual void showEditor ()
virtual void hideEditor ()
virtual void setValue (const QVariant &v)
virtual bool hasCustomContents () const
virtual void drawCustomContents (QPainter *p, const QRect &r)

Documentación del constructor y destructor

PropertyPaletteItem::PropertyPaletteItem ( PropertyList l,
PropertyItem after,
PropertyItem prop,
const QString propName 
)
PropertyPaletteItem::~PropertyPaletteItem ( )

Documentación de las funciones miembro

void PropertyPaletteItem::drawCustomContents ( QPainter p,
const QRect r 
) [virtual]
Ver también:
hasCustomContents()

Reimplementado de PropertyItem.

bool PropertyPaletteItem::hasCustomContents ( ) const [virtual]

If the contents of the item is not displayable with a text, but you want to draw it yourself (using drawCustomContents()), return TRUE here.

Reimplementado de PropertyItem.

void PropertyPaletteItem::hideEditor ( ) [virtual]

Subclasses have to hide the editor of the item here

Reimplementado de PropertyItem.

void PropertyPaletteItem::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 PropertyPaletteItem::showEditor ( ) [virtual]

Subclasses have to show the editor of the item here

Reimplementado de PropertyItem.


La documentación para esta clase fue generada a partir de los siguientes ficheros:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'