Qt
Widgets
pqColorDialogEventPlayer.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 pqColorDialogEventPlayer_h
5
#define pqColorDialogEventPlayer_h
6
7
#include "pqWidgetEventPlayer.h"
8
#include "
pqWidgetsModule.h
"
// needed for EXPORT macro.
9
14
class
PQWIDGETS_EXPORT
pqColorDialogEventPlayer
:
public
pqWidgetEventPlayer
15
{
16
Q_OBJECT
17
typedef
pqWidgetEventPlayer Superclass;
18
19
public
:
20
pqColorDialogEventPlayer
(QObject* parent =
nullptr
);
21
~
pqColorDialogEventPlayer
()
override
;
22
23
using
Superclass::playEvent;
24
bool
playEvent(
25
QObject*
object
,
const
QString& command,
const
QString& arguments,
bool
& error)
override
;
26
27
static
const
QString& EVENT_NAME();
28
29
private
:
30
Q_DISABLE_COPY(
pqColorDialogEventPlayer
)
31
};
32
33
#endif
pqWidgetsModule.h
PQWIDGETS_EXPORT
#define PQWIDGETS_EXPORT
Definition:
pqWidgetsModule.h:15
pqColorDialogEventPlayer
pqColorDialogEventPlayer is the player for QColorDialog.
Definition:
pqColorDialogEventPlayer.h:14
Generated by
1.8.13 on Tue Oct 1 2024