HAL  v4.5.0-83-g30c8f0afc
The Hardware Analyzer - a comprehensive reverse engineering and manipulation framework for gate-level netlists.
content_drag_relay.cpp
Go to the documentation of this file.
2 
3 namespace hal
4 {
6  {
8  return &instance;
9  }
10 
12  {
13  Q_EMIT dragStart();
14  }
15 
17  {
18  Q_EMIT dragEnd();
19  }
20 
21  ContentDragRelay::ContentDragRelay(QObject* parent) : QObject(parent)
22  {
23  }
24 }
This relay provides the timing information when a DockButton is dragged. It is implemented as a singl...
static ContentDragRelay * instance()
Definition: defines.h:45
Q_EMITQ_EMIT