mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user