Qt 6.x
The Qt SDK
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 709 of file qquickitem_p.h.

Constructor & Destructor Documentation

◆ QQuickItemKeyFilter()

QQuickItemKeyFilter::QQuickItemKeyFilter ( QQuickItem item = nullptr)

Definition at line 282 of file qquickitem.cpp.

References QQuickItemPrivate::get(), and item.

+ Here is the call graph for this function:

◆ ~QQuickItemKeyFilter()

QQuickItemKeyFilter::~QQuickItemKeyFilter ( )
virtual

Definition at line 292 of file qquickitem.cpp.

Member Function Documentation

◆ componentComplete()

void QQuickItemKeyFilter::componentComplete ( )
virtual

Reimplemented in QQuickKeysAttached.

Definition at line 330 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 296 of file qquickitem.cpp.

References keyPressed().

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 301 of file qquickitem.cpp.

References keyReleased().

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 322 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: