![]() |
ckb-next
beta-v0.2.8 at branch testing
ckb-next driver for corsair devices
|
#include <src/ckb/rlistwidget.h>
Inheritance diagram for RListWidget:
Collaboration diagram for RListWidget:Signals | |
| void | orderChanged () |
Public Member Functions | |
| RListWidget (QWidget *parent=0) | |
Private Slots | |
| void | timerTick () |
| void | enter (QListWidgetItem *item) |
| void | change (QListWidgetItem *item) |
Private Member Functions | |
| void | rescanItems () |
Private Attributes | |
| QVariant | currentData |
| QList< QVariant > | previousItems |
| QVariant | dragged |
| QTimer | reorderTimer |
Static Private Attributes | |
| static const int | DATA_ROLE = Qt::UserRole + 100 |
Definition at line 9 of file rlistwidget.h.
|
explicit |
Definition at line 4 of file rlistwidget.cpp.
References change(), enter(), reorderTimer, and timerTick().
Here is the call graph for this function:
|
privateslot |
Definition at line 54 of file rlistwidget.cpp.
References reorderTimer.
Referenced by RListWidget().
Here is the caller graph for this function:
|
privateslot |
Definition at line 47 of file rlistwidget.cpp.
References DATA_ROLE, dragged, and rescanItems().
Referenced by RListWidget().
Here is the call graph for this function:
Here is the caller graph for this function:
|
signal |
Definition at line 141 of file moc_rlistwidget.cpp.
Referenced by timerTick().
Here is the caller graph for this function:
|
private |
Definition at line 59 of file rlistwidget.cpp.
References DATA_ROLE, and previousItems.
Referenced by enter().
Here is the caller graph for this function:
|
privateslot |
Definition at line 18 of file rlistwidget.cpp.
References DATA_ROLE, dragged, orderChanged(), and previousItems.
Referenced by RListWidget().
Here is the caller graph for this function:
|
private |
Definition at line 24 of file rlistwidget.h.
|
staticprivate |
Definition at line 29 of file rlistwidget.h.
Referenced by enter(), rescanItems(), and timerTick().
|
private |
Definition at line 26 of file rlistwidget.h.
Referenced by enter(), and timerTick().
|
private |
Definition at line 25 of file rlistwidget.h.
Referenced by rescanItems(), and timerTick().
|
private |
Definition at line 27 of file rlistwidget.h.
Referenced by change(), and RListWidget().