pqQVTKWidgetEventPlayer.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: Copyright (c) Kitware Inc.
2 // SPDX-FileCopyrightText: Copyright (c) Sandia Corporation
3 // SPDX-License-Identifier: BSD-3-Clause
4 
5 #ifndef pqQVTKWidgetEventPlayer_h
6 #define pqQVTKWidgetEventPlayer_h
7 
8 #include "pqCoreModule.h"
9 #include "pqWidgetEventPlayer.h"
10 
17 class PQCORE_EXPORT pqQVTKWidgetEventPlayer : public pqWidgetEventPlayer
18 {
19  Q_OBJECT
20  typedef pqWidgetEventPlayer Superclass;
21 
22 public:
23  pqQVTKWidgetEventPlayer(QObject* p = nullptr);
24 
25  using Superclass::playEvent;
26  bool playEvent(
27  QObject* Object, const QString& Command, const QString& Arguments, bool& Error) override;
28 
29 private:
32 };
33 
34 #endif // !pqQVTKWidgetEventPlayer_h
Concrete implementation of pqWidgetEventPlayer that handles playback of "activate" events for buttons...
#define PQCORE_EXPORT
Definition: pqCoreModule.h:15