2023-09-27 Fred Gleason <fredg@paravelsystems.com>

* Refactored the 'RDSoundPanel', 'RDPanelButton' and 'RDButtonPanel'
	classes to avoid races when changing the current Rivendell user.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-09-27 13:07:42 -04:00
parent 85984a33ca
commit 2f995c509b
7 changed files with 367 additions and 188 deletions

View File

@@ -33,6 +33,8 @@ class RDPanelButton : public RDPushButton
RDPanelButton(int row,int col,RDStation *station,bool flash,
QWidget *parent=0);
void clear();
int row() const;
int column() const;
QString text() const;
void setText(const QString &text);
QString outputText() const;