mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-26 15:20:29 +01:00
2015-06-10 Fred Gleason <fredg@paravelsystems.com>
* Refactored 'LogPlay' class to provide per-instance RDCae instances. in 'rdairplay/log_play.cpp' and 'rdairplay/log_play.h'.
This commit is contained in:
@@ -52,8 +52,8 @@ class ButtonLog : public QWidget
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
ButtonLog(LogPlay *log,int id,RDAirPlayConf *conf,bool allow_pause=false,
|
||||
QWidget *parent=0,const char *name=0);
|
||||
ButtonLog(LogPlay *log,RDCae *cae,int id,RDAirPlayConf *conf,
|
||||
bool allow_pause=false,QWidget *parent=0,const char *name=0);
|
||||
QSize sizeHint() const;
|
||||
QSizePolicy sizePolicy() const;
|
||||
RDAirPlayConf::OpMode opMode() const;
|
||||
@@ -94,6 +94,7 @@ class ButtonLog : public QWidget
|
||||
int log_line_counter;
|
||||
RDAirPlayConf::TimeMode log_time_mode;
|
||||
EditEvent *log_event_edit;
|
||||
RDCae *log_cae;
|
||||
bool log_pause_enabled;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user