mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-18 08:31:16 +02:00
2021-07-06 Fred Gleason <fredg@paravelsystems.com>
* Modified the start buttons in rdcartslots(1) to display channel labels. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Container class for RDCartSlot options
|
||||
//
|
||||
// (C) Copyright 2012,2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2012-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -42,6 +42,7 @@ class RDSlotOptions
|
||||
int card() const;
|
||||
int inputPort() const;
|
||||
int outputPort() const;
|
||||
QString outputPortLabel() const;
|
||||
bool load();
|
||||
void save() const;
|
||||
void clear();
|
||||
@@ -57,6 +58,7 @@ class RDSlotOptions
|
||||
int set_card;
|
||||
int set_input_port;
|
||||
int set_output_port;
|
||||
QString set_output_port_label;
|
||||
QString set_stationname;
|
||||
unsigned set_slotno;
|
||||
};
|
||||
|
Reference in New Issue
Block a user