QtBase  v6.3.1
Public Member Functions | Public Attributes | List of all members
Event Struct Reference
Collaboration diagram for Event:
Collaboration graph
[legend]

Public Member Functions

 Event (Qt::Key k, const QModelIndex &s, const QModelIndex &e, const QString &n)
 

Public Attributes

Qt::Key key
 
QModelIndex start
 
QModelIndex end
 
QString name
 

Detailed Description

Definition at line 701 of file tst_qitemview.cpp.

Constructor & Destructor Documentation

◆ Event()

Event::Event ( Qt::Key  k,
const QModelIndex s,
const QModelIndex e,
const QString n 
)
inline

Definition at line 703 of file tst_qitemview.cpp.

Member Data Documentation

◆ end

QModelIndex Event::end

Definition at line 707 of file tst_qitemview.cpp.

◆ key

Qt::Key Event::key

Definition at line 705 of file tst_qitemview.cpp.

◆ name

QString Event::name

Definition at line 708 of file tst_qitemview.cpp.

◆ start

QModelIndex Event::start

Definition at line 706 of file tst_qitemview.cpp.


The documentation for this struct was generated from the following file: