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

#include <propertyeditor.h>

Diagrama de herencias de PropertyPixmapItem
QObject PropertyItem Qt Qt QListViewItem Qt Qt

Lista de todos los miembros.

Tipos públicos

enum  Type { Pixmap, IconSet, Image }

Métodos públicos

 PropertyPixmapItem (PropertyList *l, PropertyItem *after, PropertyItem *prop, const QString &propName, Type t)
 ~PropertyPixmapItem ()
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 de las enumeraciones miembro de la clase

Valores de enumeraciones:
Pixmap 
IconSet 
Image 

Documentación del constructor y destructor

PropertyPixmapItem::PropertyPixmapItem ( PropertyList l,
PropertyItem after,
PropertyItem prop,
const QString propName,
Type  t 
)
PropertyPixmapItem::~PropertyPixmapItem ( )

Documentación de las funciones miembro

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

Reimplementado de PropertyItem.

bool PropertyPixmapItem::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 PropertyPixmapItem::hideEditor ( ) [virtual]

Subclasses have to hide the editor of the item here

Reimplementado de PropertyItem.

void PropertyPixmapItem::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 PropertyPixmapItem::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'