BALL
1.4.1
|
#include <BALL/VIEW/WIDGETS/shortcutTableView.h>
Signals | |
void | shortcutChanged () |
Public Member Functions | |
ShortcutTableView (QWidget *parent) | |
virtual | ~ShortcutTableView () |
void | setFilter (const QString &filter) |
Protected Slots | |
void | editSuccess_ () |
void | onClick (const QModelIndex &index) |
Private Attributes | |
QSortFilterProxyModel * | proxy_model_ |
EditSingleShortcut * | editor_ |
int | edited_row_ |
Definition at line 22 of file shortcutTableView.h.
virtual BALL::VIEW::ShortcutTableView::~ShortcutTableView | ( | ) | [virtual] |
void BALL::VIEW::ShortcutTableView::editSuccess_ | ( | ) | [protected, slot] |
void BALL::VIEW::ShortcutTableView::onClick | ( | const QModelIndex & | index | ) | [protected, slot] |
void BALL::VIEW::ShortcutTableView::setFilter | ( | const QString & | filter | ) |
void BALL::VIEW::ShortcutTableView::shortcutChanged | ( | ) | [signal] |
int BALL::VIEW::ShortcutTableView::edited_row_ [private] |
Definition at line 44 of file shortcutTableView.h.
Definition at line 43 of file shortcutTableView.h.
QSortFilterProxyModel* BALL::VIEW::ShortcutTableView::proxy_model_ [private] |
Definition at line 42 of file shortcutTableView.h.