BALL  1.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines
Signals | Public Member Functions | Protected Slots | Private Attributes
BALL::VIEW::ShortcutTableView Class Reference

#include <BALL/VIEW/WIDGETS/shortcutTableView.h>

Inheritance diagram for BALL::VIEW::ShortcutTableView:
QTableView

List of all members.

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_
EditSingleShortcuteditor_
int edited_row_

Detailed Description

Definition at line 22 of file shortcutTableView.h.


Constructor & Destructor Documentation


Member Function Documentation

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)

Member Data Documentation

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.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines