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)
void setFilter (const QString &filter)

Protected Slots

void editSuccess_ ()
void onClick (const QModelIndex &index)

Private Attributes

QSortFilterProxyModel * proxy_model_
EditSingleShortcuteditor_
int edited_row_

Constructor & Destructor Documentation

BALL::VIEW::ShortcutTableView::ShortcutTableView ( QWidget parent  ) 

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  ) 
void BALL::VIEW::ShortcutTableView::shortcutChanged (  )  [signal]

Member Data Documentation

QSortFilterProxyModel* BALL::VIEW::ShortcutTableView::proxy_model_ [private]