summaryrefslogtreecommitdiff
path: root/DSLogic-gui/pv/view/header.h
diff options
context:
space:
mode:
authorSven Wegener <sven.wegener@stealer.net>2014-06-30 09:38:31 +0200
committerSven Wegener <sven.wegener@stealer.net>2014-06-30 09:38:31 +0200
commit79de83205964ee0182940ef7cec86b46896ed0e6 (patch)
treeccf532205a550ac926e52069649a1cc41aa555a6 /DSLogic-gui/pv/view/header.h
parent3de7dbb24c71c0d894dbd734ddf9258683d9e2e1 (diff)
Update from DSLogic-v0.3.tar.gzHEADmaster
Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
Diffstat (limited to 'DSLogic-gui/pv/view/header.h')
-rw-r--r--DSLogic-gui/pv/view/header.h21
1 files changed, 6 insertions, 15 deletions
diff --git a/DSLogic-gui/pv/view/header.h b/DSLogic-gui/pv/view/header.h
index 1756278..3e16f27 100644
--- a/DSLogic-gui/pv/view/header.h
+++ b/DSLogic-gui/pv/view/header.h
@@ -47,16 +47,7 @@ public:
Header(View &parent);
private:
- static const int COLOR;
- static const int NAME;
- static const int POSTRIG;
- static const int HIGTRIG;
- static const int NEGTRIG;
- static const int LOWTRIG;
- static const int LABEL;
-
-private:
- boost::shared_ptr<pv::view::Signal> get_mouse_over_signal(
+ boost::shared_ptr<pv::view::Signal> get_mSig(
int &action,
const QPoint &pt);
@@ -65,13 +56,10 @@ private:
private:
void mousePressEvent(QMouseEvent * event);
-
void mouseReleaseEvent(QMouseEvent *event);
-
void mouseMoveEvent(QMouseEvent *event);
-
void leaveEvent(QEvent *event);
-
+ void wheelEvent(QWheelEvent *event);
void contextMenuEvent(QContextMenuEvent *event);
void move(QMouseEvent *event);
@@ -93,8 +81,11 @@ private slots:
signals:
void signals_moved();
-
void header_updated();
+ void vDial_changed(quint16);
+ void hDial_changed(quint16);
+ void acdc_changed(quint16);
+ void ch_changed(quint16);
private:
View &_view;