Skip to content

Commit

Permalink
Extended widget interface
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhauke committed Feb 16, 2024
1 parent 52716fa commit fafa73d
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,15 @@ JVX_INTERFACE IjvxQtSpecificHWidget: public IjvxQtSpecificWidget_h_base
// ====================================================================================================
// ====================================================================================================

JVX_INTERFACE IjvxQtSpecificHWidgetSeqCb : public IjvxQtSpecificHWidget
{
public:

virtual ~IjvxQtSpecificHWidgetSeqCb() {};
virtual jvxErrorType sequencer_callback(jvxSize functionId) = 0;

};

/*
JVX_INTERFACE IjvxQtSpecificHWidget_config : public IjvxQtSpecificHWidget
{
Expand Down

0 comments on commit fafa73d

Please sign in to comment.