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 | mouseMoveEvent (QMouseEvent *event) |
Trigger drag operation if cursor was dragged more than a minimum distance. | |
virtual void | mousePressEvent (QMouseEvent *event) |
Track the starting point of drag operations. | |
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 18 of file WindowTable.h.
WindowTable::WindowTable | ( | WindowModelBase & | model | ) |
Single constructor.
Definition at line 28 of file WindowTable.cpp.
WindowTable::~WindowTable | ( | ) |
Definition at line 46 of file WindowTable.cpp.
|
virtual |
Catch this table status change.
Definition at line 108 of file WindowTable.cpp.
|
virtual |
Catch this table status change.
Definition at line 115 of file WindowTable.cpp.
|
virtual |
Trigger drag operation if cursor was dragged more than a minimum distance.
Definition at line 122 of file WindowTable.cpp.
|
virtual |
Track the starting point of drag operations.
Definition at line 139 of file WindowTable.cpp.
|
virtual |
Catch this table status change.
Definition at line 149 of file WindowTable.cpp.
|
signal |
Sent when a change occurs that should affect the Copy menu item.