Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QQuickItemKeyFilter Class Reference

#include <qquickitem_p.h>

+ Inheritance diagram for QQuickItemKeyFilter:
+ Collaboration diagram for QQuickItemKeyFilter:

Public Member Functions

 QQuickItemKeyFilter (QQuickItem *=nullptr)
 
virtual ~QQuickItemKeyFilter ()
 
virtual void keyPressed (QKeyEvent *event, bool post)
 
virtual void keyReleased (QKeyEvent *event, bool post)
 
virtual void shortcutOverrideEvent (QKeyEvent *event)
 
virtual void componentComplete ()
 

Public Attributes

bool m_processPost
 

Detailed Description

Definition at line 727 of file qquickitem_p.h.

Constructor & Destructor Documentation

◆ QQuickItemKeyFilter()

QQuickItemKeyFilter::QQuickItemKeyFilter ( QQuickItem * item = nullptr)

Definition at line 292 of file qquickitem.cpp.

References QQuickItemPrivate::get(), and item.

+ Here is the call graph for this function:

◆ ~QQuickItemKeyFilter()

QQuickItemKeyFilter::~QQuickItemKeyFilter ( )
virtual

Definition at line 302 of file qquickitem.cpp.

Member Function Documentation

◆ componentComplete()

void QQuickItemKeyFilter::componentComplete ( )
virtual

Reimplemented in QQuickKeysAttached.

Definition at line 340 of file qquickitem.cpp.

References componentComplete().

Referenced by componentComplete().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ keyPressed()

void QQuickItemKeyFilter::keyPressed ( QKeyEvent * event,
bool post )
virtual

Reimplemented in QQuickKeyNavigationAttached, and QQuickKeysAttached.

Definition at line 306 of file qquickitem.cpp.

References keyPressed(), and post().

Referenced by keyPressed(), QQuickKeyNavigationAttached::keyPressed(), and QQuickKeysAttached::keyPressed().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ keyReleased()

void QQuickItemKeyFilter::keyReleased ( QKeyEvent * event,
bool post )
virtual

Reimplemented in QQuickKeyNavigationAttached, and QQuickKeysAttached.

Definition at line 311 of file qquickitem.cpp.

References keyReleased(), and post().

Referenced by keyReleased(), QQuickKeyNavigationAttached::keyReleased(), and QQuickKeysAttached::keyReleased().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ shortcutOverrideEvent()

void QQuickItemKeyFilter::shortcutOverrideEvent ( QKeyEvent * event)
virtual

Reimplemented in QQuickKeysAttached.

Definition at line 332 of file qquickitem.cpp.

References shortcutOverrideEvent().

Referenced by shortcutOverrideEvent().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_processPost


The documentation for this class was generated from the following files: