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

#include <propertyeditor.h>

Diagrama de herencias de PropertyListItem
QObject PropertyItem Qt Qt QListViewItem Qt Qt

Lista de todos los miembros.

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)

Documentación del constructor y destructor

PropertyListItem::PropertyListItem ( PropertyList l,
PropertyItem after,
PropertyItem prop,
const QString propName,
bool  editable 
)
PropertyListItem::~PropertyListItem ( )

Documentación de las funciones miembro

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.


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'