#include <KeyActionListViewItem.h>
Public Member Functions | |
| KeyActionListViewItem (QListView *parent, QAction *action, Action actionIndex) | |
| QAction * | getAction () |
| Action | getActionIndex () |
| void | setKey (int keyCode) |
| int | getKey () |
| void | updateText () |
Definition at line 14 of file KeyActionListViewItem.h.
| KeyActionListViewItem::KeyActionListViewItem | ( | QListView * | parent, | |
| QAction * | action, | |||
| Action | actionIndex | |||
| ) | [inline] |
Definition at line 17 of file KeyActionListViewItem.h.
| QAction* KeyActionListViewItem::getAction | ( | ) | [inline] |
Definition at line 22 of file KeyActionListViewItem.h.
| Action KeyActionListViewItem::getActionIndex | ( | ) | [inline] |
Definition at line 26 of file KeyActionListViewItem.h.
| void KeyActionListViewItem::setKey | ( | int | keyCode | ) | [inline] |
Definition at line 30 of file KeyActionListViewItem.h.
| int KeyActionListViewItem::getKey | ( | ) | [inline] |
Definition at line 35 of file KeyActionListViewItem.h.
| void KeyActionListViewItem::updateText | ( | ) | [inline] |
Definition at line 39 of file KeyActionListViewItem.h.
1.5.6