mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-12-05 08:10:21 +01:00
2022-11-03 Fred Gleason <fredg@paravelsystems.com>
* Removed vestigal code for RDCatch control via TCP connection. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
#ifndef DECKMON_H
|
||||
#define DECKMON_H
|
||||
|
||||
#include <qlabel.h>
|
||||
#include <qpushbutton.h>
|
||||
#include <QLabel>
|
||||
#include <QPushButton>
|
||||
|
||||
#include <rddeck.h>
|
||||
#include <rdframe.h>
|
||||
@@ -42,9 +42,6 @@ class DeckMon : public RDFrame
|
||||
void enableMonitorButton(bool state);
|
||||
|
||||
public slots:
|
||||
void setStatus(RDDeck::Status status,int id,const QString &cutname);
|
||||
// void setLeftMeter(int level);
|
||||
// void setRightMeter(int level);
|
||||
void processCatchEvent(RDCatchEvent *evt);
|
||||
|
||||
protected:
|
||||
@@ -55,6 +52,7 @@ class DeckMon : public RDFrame
|
||||
void abortButtonData();
|
||||
|
||||
private:
|
||||
void SetStatus(RDDeck::Status status,int id,const QString &cutname);
|
||||
void SetCutInfo(int id,const QString &cutname);
|
||||
QLabel *mon_station_label;
|
||||
QLabel *mon_cut_label;
|
||||
|
||||
Reference in New Issue
Block a user