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
qabstractitemdelegate.cpp File Reference

(faae3dc6b15e3d8754b15a7cfb22b6a797fd2e36)

#include "qabstractitemdelegate.h"
#include <qabstractitemmodel.h>
#include <qabstractitemview.h>
#include <qfontmetrics.h>
#include <qevent.h>
#include <qstring.h>
#include <qdebug.h>
#include <qapplication.h>
#include <qvalidator.h>
#include <qjsonvalue.h>
#include <private/qtextengine_p.h>
#include <private/qabstractitemdelegate_p.h>
#include <qpa/qplatformintegration.h>
#include <private/qguiapplication_p.h>
#include "moc_qabstractitemdelegate.cpp"
+ Include dependency graph for qabstractitemdelegate.cpp:

Go to the source code of this file.

Functions

static bool editorHandlesKeyEvent (QWidget *editor, const QKeyEvent *event)
 

Function Documentation

◆ editorHandlesKeyEvent()

static bool editorHandlesKeyEvent ( QWidget * editor,
const QKeyEvent * event )
static

Definition at line 390 of file qabstractitemdelegate.cpp.

References Qt::Key_Backtab, Qt::Key_Enter, Qt::Key_Return, Qt::Key_Tab, and Q_UNUSED.

Referenced by QAbstractItemDelegatePrivate::editorEventFilter().

+ Here is the caller graph for this function: