BALL  1.4.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Signals | Public Member Functions | Protected Slots | Private Attributes | List of all members
BALL::VIEW::ShortcutTableView Class Reference

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

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

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

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

Member Function Documentation

void BALL::VIEW::ShortcutTableView::editSuccess_ ( )
protectedslot
void BALL::VIEW::ShortcutTableView::onClick ( const QModelIndex &  index)
protectedslot
void BALL::VIEW::ShortcutTableView::setFilter ( const QString &  filter)
void BALL::VIEW::ShortcutTableView::shortcutChanged ( )
signal

Member Data Documentation

int BALL::VIEW::ShortcutTableView::edited_row_
private

Definition at line 44 of file shortcutTableView.h.

EditSingleShortcut* BALL::VIEW::ShortcutTableView::editor_
private

Definition at line 43 of file shortcutTableView.h.

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

Definition at line 42 of file shortcutTableView.h.