Qt 4.8
|
#include <qdeclarativeitem_p.h>
Public Functions | |
virtual void | componentComplete () |
virtual void | inputMethodEvent (QInputMethodEvent *event, bool post) |
virtual QVariant | inputMethodQuery (Qt::InputMethodQuery query) const |
virtual void | keyPressed (QKeyEvent *event, bool post) |
virtual void | keyReleased (QKeyEvent *event, bool post) |
QDeclarativeItemKeyFilter (QDeclarativeItem *=0) | |
virtual | ~QDeclarativeItemKeyFilter () |
Public Variables | |
bool | m_processPost |
Properties | |
QDeclarativeItemKeyFilter * | m_next |
Definition at line 356 of file qdeclarativeitem_p.h.
QDeclarativeItemKeyFilter::QDeclarativeItemKeyFilter | ( | QDeclarativeItem * | item = 0 | ) |
Definition at line 412 of file qdeclarativeitem.cpp.
|
virtual |
Definition at line 423 of file qdeclarativeitem.cpp.
|
virtual |
Reimplemented in QDeclarativeKeysAttached.
Definition at line 448 of file qdeclarativeitem.cpp.
Referenced by componentComplete().
|
virtual |
Reimplemented in QDeclarativeKeysAttached.
Definition at line 437 of file qdeclarativeitem.cpp.
Referenced by inputMethodEvent(), and QDeclarativeKeysAttached::inputMethodEvent().
|
virtual |
Reimplemented in QDeclarativeKeysAttached.
Definition at line 442 of file qdeclarativeitem.cpp.
Referenced by inputMethodQuery(), and QDeclarativeKeysAttached::inputMethodQuery().
|
virtual |
Reimplemented in QDeclarativeKeysAttached, and QDeclarativeKeyNavigationAttached.
Definition at line 427 of file qdeclarativeitem.cpp.
Referenced by keyPressed(), QDeclarativeKeyNavigationAttached::keyPressed(), and QDeclarativeKeysAttached::keyPressed().
|
virtual |
Reimplemented in QDeclarativeKeysAttached, and QDeclarativeKeyNavigationAttached.
Definition at line 432 of file qdeclarativeitem.cpp.
Referenced by keyReleased(), QDeclarativeKeyNavigationAttached::keyReleased(), and QDeclarativeKeysAttached::keyReleased().
|
private |
Definition at line 371 of file qdeclarativeitem_p.h.
Referenced by componentComplete(), inputMethodEvent(), inputMethodQuery(), keyPressed(), keyReleased(), and QDeclarativeItemKeyFilter().
bool QDeclarativeItemKeyFilter::m_processPost |
Definition at line 368 of file qdeclarativeitem_p.h.
Referenced by QDeclarativeKeysAttached::inputMethodEvent(), QDeclarativeKeyNavigationAttached::keyPressed(), QDeclarativeKeysAttached::keyPressed(), QDeclarativeKeyNavigationAttached::keyReleased(), QDeclarativeKeysAttached::keyReleased(), QDeclarativeKeyNavigationAttached::QDeclarativeKeyNavigationAttached(), QDeclarativeKeysAttached::QDeclarativeKeysAttached(), QDeclarativeKeyNavigationAttached::setBacktab(), QDeclarativeKeyNavigationAttached::setPriority(), QDeclarativeKeysAttached::setPriority(), and QDeclarativeKeysAttached::~QDeclarativeKeysAttached().