Eneboo - Documentación para desarrolladores
|
Acceso directo a elementos de vistas de tipo rbol. Más...
#include <FLObjectFactory.h>
Slots públicos | |
void | setKey (const QString &k) |
QString | key () const |
void | setText (int column, const QString &text) |
QString | text (int column) const |
FLListViewItem * | obj () |
void | setObj (FLListViewItem *lvI) |
void | setOpen (bool o) |
FLListViewItemInterface * | firstChild () const |
FLListViewItemInterface * | nextSibling () const |
FLListViewItemInterface * | parent () const |
void | del () |
void | setExpandable (bool enable) |
bool | isExpandable () const |
void | setPixmap (int column, const QVariant &pm) |
Métodos públicos | |
FLListViewItemInterface (FLListViewInterface *parent) | |
FLListViewItemInterface (FLListViewItemInterface *parent) | |
FLListViewItemInterface () | |
FLListViewItemInterface (FLListViewItem *lvI) | |
~FLListViewItemInterface () |
Acceso directo a elementos de vistas de tipo rbol.
Acceso directo a elementos de vistas de tipo rbol Permite aadir elementos a la vista de tipo rbol
FLListViewItemInterface::FLListViewItemInterface | ( | FLListViewInterface * | parent | ) | [inline] |
Constructor
FLListViewItemInterface::FLListViewItemInterface | ( | FLListViewItemInterface * | parent | ) | [inline] |
Constructor
FLListViewItemInterface::FLListViewItemInterface | ( | ) | [inline] |
Constructor
FLListViewItemInterface::FLListViewItemInterface | ( | FLListViewItem * | lvI | ) | [inline] |
Constructor
FLListViewItemInterface::~FLListViewItemInterface | ( | ) | [inline] |
Destuctor
void FLListViewItemInterface::del | ( | ) | [inline, slot] |
FLListViewItemInterface * FLListViewItemInterface::firstChild | ( | ) | const [slot] |
bool FLListViewItemInterface::isExpandable | ( | ) | const [inline, slot] |
QString FLListViewItemInterface::key | ( | ) | const [inline, slot] |
Obtiene la clave del elemento
FLListViewItemInterface * FLListViewItemInterface::nextSibling | ( | ) | const [slot] |
FLListViewItem* FLListViewItemInterface::obj | ( | ) | [inline, slot] |
FLListViewItemInterface * FLListViewItemInterface::parent | ( | ) | const [slot] |
void FLListViewItemInterface::setExpandable | ( | bool | enable | ) | [inline, slot] |
void FLListViewItemInterface::setKey | ( | const QString & | k | ) | [inline, slot] |
Establece la clave asociada al elemento
k. | Clave |
void FLListViewItemInterface::setObj | ( | FLListViewItem * | lvI | ) | [inline, slot] |
void FLListViewItemInterface::setOpen | ( | bool | o | ) | [inline, slot] |
Establece el texto del elemento
column. | Columna donde est el texto |
text. | Texto |
Establece el texto del elemento
column. | Columna donde est el texto |
text. | Texto |