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. | |
~WindowTable () | |
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.
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.