2021-01-27 Fred Gleason <fredg@paravelsystems.com>

* Added 'RDEndpointListModel'.
	* Refactored the 'List Inputs'/'List Outputs dialogs in rdadmin(1) to
	use the	model-based API.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-01-29 09:05:47 -05:00
parent 5f4be64b52
commit 19751d58cd
2 changed files with 8 additions and 108 deletions

View File

@@ -2,7 +2,7 @@
//
// Edit a Rivendell Endpoint
//
// (C) Copyright 2002-2019 Fred Gleason <fredg@paravelsystems.com>
// (C) Copyright 2002-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
@@ -21,10 +21,9 @@
#ifndef EDIT_ENDPOINT_H
#define EDIT_ENDPOINT_H
#include <qlabel.h>
#include <qpushbutton.h>
#include <qlineedit.h>
#include <qcombobox.h>
#include <QLabel>
#include <QLineEdit>
#include <QPushButton>
#include <rddialog.h>
#include <rdmatrix.h>
@@ -51,11 +50,6 @@ class EditEndpoint : public RDDialog
RDMatrix *edit_mtx;
RDMatrix::Endpoint edit_endpoint_type;
int edit_pointnum;
/*
QString *edit_pointname;
int *edit_enginenum;
int *edit_devicenum;
*/
QString edit_table;
QLineEdit *edit_endpoint_edit;
QLabel *edit_enginenum_label;