|
Engauge Digitizer
2
|
Table view class with support for both drag-and-drop and copy-and-paste. More...
#include <WindowTable.h>


Signals | |
| void | signalTableStatusChange () |
| Sent when a change occurs that should affect the Copy menu item. More... | |
Public Member Functions | |
| WindowTable (WindowModelBase &model) | |
| Single constructor. More... | |
| ~WindowTable () | |
| virtual void | focusInEvent (QFocusEvent *) |
| Catch this table status change. More... | |
| virtual void | focusOutEvent (QFocusEvent *) |
| Catch this table status change. More... | |
| virtual void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) |
| Catch this table status change. More... | |
Table view class with support for both drag-and-drop and copy-and-paste.
Definition at line 17 of file WindowTable.h.
| WindowTable::WindowTable | ( | WindowModelBase & | model | ) |
Single constructor.
Definition at line 23 of file WindowTable.cpp.
| WindowTable::~WindowTable | ( | ) |
Definition at line 41 of file WindowTable.cpp.
|
virtual |
Catch this table status change.
Definition at line 45 of file WindowTable.cpp.
|
virtual |
Catch this table status change.
Definition at line 52 of file WindowTable.cpp.
|
virtual |
Catch this table status change.
Definition at line 59 of file WindowTable.cpp.
|
signal |
Sent when a change occurs that should affect the Copy menu item.
1.8.14