Qt
Core
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
:
30
pqFileDialogEventPlayer
(
const
pqFileDialogEventPlayer
&);
31
pqFileDialogEventPlayer
& operator=(
const
pqFileDialogEventPlayer
&);
32
};
33
34
#endif // !pqFileDialogEventPlayer_h
pqFileDialogEventPlayer
Concrete implementation of pqWidgetEventPlayer that handles playback of recorded file dialog user inp...
Definition:
pqFileDialogEventPlayer.h:17
pqCoreModule.h
PQCORE_EXPORT
#define PQCORE_EXPORT
Definition:
pqCoreModule.h:15
Generated by
1.8.13 on Tue Oct 1 2024