src
paraview-5.12
Qt
ApplicationComponents
pqAboutDialogReaction.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 pqAboutDialogReaction_h
5
#define pqAboutDialogReaction_h
6
7
#include "
pqReaction.h
"
8
14
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqAboutDialogReaction
:
public
pqReaction
15
{
16
Q_OBJECT
17
typedef
pqReaction
Superclass
;
18
19
public
:
20
pqAboutDialogReaction
(QAction* parent);
21
25
static
void
showAboutDialog();
26
27
protected
:
31
void
onTriggered
()
override
{
pqAboutDialogReaction::showAboutDialog
(); }
32
33
private
:
34
Q_DISABLE_COPY(
pqAboutDialogReaction
)
35
};
36
37
#endif
pqReaction.h
pqAboutDialogReaction
Definition:
pqAboutDialogReaction.h:14
pqAboutDialogReaction::showAboutDialog
static void showAboutDialog()
Shows the about dialog for the application.
pqAboutDialogReaction::onTriggered
void onTriggered() override
Called when the action is triggered.
Definition:
pqAboutDialogReaction.h:31
pqReaction
Definition:
pqReaction.h:25
Generated by
1.8.17 on Wed Mar 27 2024