2023-10-06 Fred Gleason <fredg@paravelsystems.com>

* Added a 'SoundPanel Buttons' notification.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2023-10-06 12:24:36 -04:00
parent 7c46d99bc3
commit a90cb06a97
8 changed files with 294 additions and 76 deletions

View File

@@ -28,7 +28,8 @@ class RDNotification
{
public:
enum Type {NullType=0,CartType=1,LogType=2,PypadType=3,DropboxType=4,
CatchEventType=5,FeedItemType=6,FeedType=7,LastType=8};
CatchEventType=5,FeedItemType=6,FeedType=7,
PanelButtonType=8,ExtendedPanelButtonType=9,LastType=10};
enum Action {NoAction=0,AddAction=1,DeleteAction=2,ModifyAction=3,
LastAction=4};
RDNotification(Type type,Action action,const QVariant &id);