pqFileDialogEventPlayer.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 pqFileDialogEventPlayer_h
6 #define pqFileDialogEventPlayer_h
7 
8 #include "pqCoreModule.h"
9 #include <pqWidgetEventPlayer.h>
10 
17 class PQCORE_EXPORT pqFileDialogEventPlayer : public pqWidgetEventPlayer
18 {
19  Q_OBJECT
20  typedef pqWidgetEventPlayer Superclass;
21 
22 public:
23  pqFileDialogEventPlayer(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 // !pqFileDialogEventPlayer_h
Concrete implementation of pqWidgetEventPlayer that handles playback of recorded file dialog user inp...
#define PQCORE_EXPORT
Definition: pqCoreModule.h:15