Qt
Core
pqPythonEventSourceImage.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 pqPythonEventSourceImage_h
6
#define pqPythonEventSourceImage_h
7
8
#include "
pqCoreModule.h
"
9
#include "pqPythonEventSource.h"
10
19
class
vtkImageData
;
20
21
class
PQCORE_EXPORT
pqPythonEventSourceImage
:
public
pqPythonEventSource
22
{
23
Q_OBJECT
24
public
:
25
pqPythonEventSourceImage
(QObject* p = 0);
26
~
pqPythonEventSourceImage
();
27
28
protected
:
29
virtual
void
run();
30
31
protected
Q_SLOTS:
32
void
doComparison();
33
};
34
35
#endif // !pqPythonEventSourceImage_h
pqPythonEventSourceImage
Definition:
pqPythonEventSourceImage.h:21
pqCoreModule.h
vtkImageData
PQCORE_EXPORT
#define PQCORE_EXPORT
Definition:
pqCoreModule.h:15
Generated by
1.8.13 on Tue Oct 1 2024