mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2023-09-28 Fred Gleason <fredg@paravelsystems.com>
* Added a 'RDJsonEscape(const QString &str)' function in 'lib/rdweb.cpp' and 'lib/rdweb.h'. * Added a '--dump-panel-updates' switch to rdpanel(1). * Added a rdpanel(1) man page. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -21,8 +21,9 @@
|
||||
#ifndef RDPANEL_BUTTON_H
|
||||
#define RDPANEL_BUTTON_H
|
||||
|
||||
#include <rdpushbutton.h>
|
||||
#include <rdplay_deck.h>
|
||||
#include <rdpushbutton.h>
|
||||
#include <rdweb.h>
|
||||
|
||||
#define RDPANEL_BUTTON_MARGIN 5
|
||||
|
||||
@@ -70,6 +71,8 @@ class RDPanelButton : public RDPushButton
|
||||
void setDuckVolume(int lvel);
|
||||
void setAllowDrags(bool state);
|
||||
void resetCounter();
|
||||
bool isEmpty() const;
|
||||
QString json(int padding=0,bool final=false);
|
||||
|
||||
signals:
|
||||
void cartDropped(int row,int col,unsigned cartnum,const QColor &color,
|
||||
|
||||
Reference in New Issue
Block a user