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. | |
Public Member Functions | |
WindowTable (WindowModelBase &model) | |
Single constructor. | |
virtual void | focusInEvent (QFocusEvent *) |
Catch this table status change. | |
virtual void | focusOutEvent (QFocusEvent *) |
Catch this table status change. | |
virtual void | selectionChanged (const QItemSelection &selected, const QItemSelection &deselected) |
Catch this table status change. | |
Table view class with support for both drag-and-drop and copy-and-paste.
Definition at line 17 of file WindowTable.h.