Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QIconViewItemLineEdit (const QString &text, QWidget *parent, QIconViewItem *theItem, const char *name=0) | |
Métodos protegidos | |
void | keyPressEvent (QKeyEvent *e) |
void | focusOutEvent (QFocusEvent *e) |
Atributos protegidos | |
QIconViewItem * | item |
QString | startText |
Amigas | |
class | QIconViewItem |
QIconViewItemLineEdit::QIconViewItemLineEdit | ( | const QString & | text, |
QWidget * | parent, | ||
QIconViewItem * | theItem, | ||
const char * | name = 0 |
||
) |
void QIconViewItemLineEdit::focusOutEvent | ( | QFocusEvent * | ) | [protected, virtual] |
This event handler can be reimplemented in a subclass to receive keyboard focus events (focus lost) for the widget.
A widget normally must setFocusPolicy() to something other than NoFocus
in order to receive focus events. (Note that the application programmer can call setFocus() on any widget, even those that do not normally accept focus.)
The default implementation updates the widget (except for toplevel widgets that do not specify a focusPolicy() ). It also calls setMicroFocusHint(), hinting any system-specific input tools about the focus of the user's attention.
Reimplementado de QWidget.
void QIconViewItemLineEdit::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
Processes the key event, e. By default key events are used to provide keyboard navigation and text editing.
Reimplementado de QTextEdit.
friend class QIconViewItem [friend] |
QIconViewItem* QIconViewItemLineEdit::item [protected] |
QString QIconViewItemLineEdit::startText [protected] |