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 
15 {
16  Q_OBJECT
17  typedef pqReaction Superclass;
18 
19 public:
20  pqAboutDialogReaction(QAction* parent);
21 
25  static void showAboutDialog();
26 
27 protected:
32 
33 private:
34  Q_DISABLE_COPY(pqAboutDialogReaction)
35 };
36 
37 #endif
static void showAboutDialog()
Shows the about dialog for the application.
pqAboutDialogReaction used to show the standard about dialog for the application. ...
#define PQAPPLICATIONCOMPONENTS_EXPORT
This is a superclass just to make it easier to collect all such reactions.
Definition: pqReaction.h:25
void onTriggered() override
Called when the action is triggered.