src
paraview-5.12
Qt
ApplicationComponents
pqMasterOnlyReaction.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 pqMasterOnlyReaction_h
5
#define pqMasterOnlyReaction_h
6
7
#include "pqApplicationComponentsModule.h"
8
#include "
pqReaction.h
"
9
#include <QAction>
10
24
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqMasterOnlyReaction
:
public
pqReaction
25
{
26
Q_OBJECT
27
typedef
pqReaction
Superclass
;
28
29
public
:
30
pqMasterOnlyReaction
(QAction* parentObject);
31
pqMasterOnlyReaction
(QAction* parentObject, Qt::ConnectionType
type
);
32
33
protected
Q_SLOTS:
34
void
updateEnableState
()
override
;
35
36
private
:
37
Q_DISABLE_COPY(
pqMasterOnlyReaction
)
38
};
39
40
#endif
pqMasterOnlyReaction
Definition:
pqMasterOnlyReaction.h:24
pqReaction.h
type
type
pqReaction::updateEnableState
virtual void updateEnableState()
Definition:
pqReaction.h:48
pqReaction
Definition:
pqReaction.h:25
Generated by
1.8.17 on Wed Mar 27 2024