#include <hierarchyview.h>
Lista de todos los miembros.
Slots públicos |
void | addTabPage () |
void | removeTabPage () |
Métodos públicos |
| HierarchyList (QWidget *parent, FormWindow *fw, bool doConnects=TRUE) |
virtual void | setup () |
virtual void | setCurrent (QObject *o) |
void | setOpen (QListViewItem *i, bool b) |
void | changeNameOf (QObject *o, const QString &name) |
void | changeDatabaseOf (QObject *o, const QString &info) |
void | setFormWindow (FormWindow *fw) |
void | drawContentsOffset (QPainter *p, int ox, int oy, int cx, int cy, int cw, int ch) |
void | insertEntry (QListViewItem *i, const QPixmap &pix=QPixmap(), const QString &s=QString::null) |
Métodos protegidos |
void | keyPressEvent (QKeyEvent *e) |
void | keyReleaseEvent (QKeyEvent *e) |
void | viewportMousePressEvent (QMouseEvent *e) |
void | viewportMouseReleaseEvent (QMouseEvent *e) |
Atributos protegidos |
FormWindow * | formWindow |
QPopupMenu * | normalMenu |
QPopupMenu * | tabWidgetMenu |
bool | deselect |
Documentación del constructor y destructor
Documentación de las funciones miembro
void HierarchyList::addTabPage |
( |
| ) |
[slot] |
void HierarchyList::changeDatabaseOf |
( |
QObject * |
o, |
|
|
const QString & |
info |
|
) |
| |
void HierarchyList::changeNameOf |
( |
QObject * |
o, |
|
|
const QString & |
name |
|
) |
| |
void HierarchyList::keyPressEvent |
( |
QKeyEvent * |
e | ) |
[protected, virtual] |
void HierarchyList::keyReleaseEvent |
( |
QKeyEvent * |
e | ) |
[protected, virtual] |
This event handler, for event e, can be reimplemented in a subclass to receive key release events for the widget.
A widget must accept focus initially and have focus in order to receive a key release event.
If you reimplement this handler, it is very important that you ignore() the release if you do not understand it, so that the widget's parent can interpret it.
The default implementation ignores the event.
- Ver también:
- keyPressEvent(), QKeyEvent::ignore(), setFocusPolicy(), focusInEvent(), focusOutEvent(), event(), QKeyEvent
Reimplementado de QWidget.
void HierarchyList::removeTabPage |
( |
| ) |
[slot] |
void HierarchyList::setCurrent |
( |
QObject * |
o | ) |
[virtual] |
void HierarchyList::setFormWindow |
( |
FormWindow * |
fw | ) |
[inline] |
void HierarchyList::setup |
( |
void |
| ) |
[virtual] |
void HierarchyList::viewportMousePressEvent |
( |
QMouseEvent * |
e | ) |
[protected, virtual] |
void HierarchyList::viewportMouseReleaseEvent |
( |
QMouseEvent * |
e | ) |
[protected, virtual] |
Documentación de los datos miembro
La documentación para esta clase fue generada a partir de los siguientes ficheros: