20 typedef QToolBar Superclass;
23 pqVCRToolbar(
const QString& title, QWidget* parentObject =
nullptr)
24 : Superclass(title, parentObject)
29 : Superclass(parentObject)
36 void setTimeRanges(
double,
double);
37 void onPlaying(
bool,
bool);
#define PQAPPLICATIONCOMPONENTS_EXPORT
pqVCRController is the QObject that encapsulates the VCR control functionality.