src
paraview-5.12
Qt
ApplicationComponents
pqHelpReaction.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 pqHelpReaction_h
5
#define pqHelpReaction_h
6
7
#include "
pqReaction.h
"
8
15
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqHelpReaction
:
public
pqReaction
16
{
17
Q_OBJECT
18
typedef
pqReaction
Superclass
;
19
20
public
:
21
pqHelpReaction
(QAction* parent);
22
26
static
void
showHelp();
27
31
static
void
showHelp(
const
QString&
url
);
32
36
static
void
showProxyHelp(
const
QString& group,
const
QString&
name
);
37
38
protected
:
42
void
onTriggered
()
override
{
pqHelpReaction::showHelp
(); }
43
44
private
:
45
Q_DISABLE_COPY(
pqHelpReaction
)
46
};
47
48
#endif
pqReaction.h
pqHelpReaction
Definition:
pqHelpReaction.h:15
pqHelpReaction::onTriggered
void onTriggered() override
Called when the action is triggered.
Definition:
pqHelpReaction.h:42
pqHelpReaction::showHelp
static void showHelp()
Show help for the application.
url
url
name
name
pqReaction
Definition:
pqReaction.h:25
Generated by
1.8.17 on Wed Mar 27 2024