pqFileUtilitiesEventPlayer.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 #ifndef pqFileUtilitiesEventPlayer_h
5 #define pqFileUtilitiesEventPlayer_h
6 
7 #include "pqCoreModule.h" // for exports.
8 #include <pqWidgetEventPlayer.h>
9 
18 class PQCORE_EXPORT pqFileUtilitiesEventPlayer : public pqWidgetEventPlayer
19 {
20  Q_OBJECT
21  typedef pqWidgetEventPlayer Superclass;
22 
23 public:
24  pqFileUtilitiesEventPlayer(QObject* parent = nullptr);
25 
26  using Superclass::playEvent;
27  bool playEvent(
28  QObject* qobject, const QString& command, const QString& args, bool& errorFlag) override;
29 
30 private:
31  Q_DISABLE_COPY(pqFileUtilitiesEventPlayer);
32 };
33 
34 #endif
adds support for miscellaneous file-system utilities for test playback
#define PQCORE_EXPORT
Definition: pqCoreModule.h:15