Qt
ApplicationComponents
pqCustomShortcutBehavior.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 pqCustomShortcutBehavior_h
5
#define pqCustomShortcutBehavior_h
6
7
#include "
pqApplicationComponentsModule.h
"
8
#include <QObject>
9
10
class
QMainWindow;
11
16
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqCustomShortcutBehavior
:
public
QObject
17
{
18
Q_OBJECT
19
typedef
QObject Superclass;
20
21
public
:
22
pqCustomShortcutBehavior
(QMainWindow* parent =
nullptr
);
23
24
public
Q_SLOTS:
// NOLINT(readability-redundant-access-specifiers)
25
void
loadMenuItemShortcuts();
26
27
private
:
28
Q_DISABLE_COPY(
pqCustomShortcutBehavior
)
29
};
30
31
#endif
PQAPPLICATIONCOMPONENTS_EXPORT
#define PQAPPLICATIONCOMPONENTS_EXPORT
Definition:
pqApplicationComponentsModule.h:15
pqApplicationComponentsModule.h
pqCustomShortcutBehavior
pqCustomShortcutBehavior TODO
Definition:
pqCustomShortcutBehavior.h:16
Generated by
1.8.13 on Tue Oct 1 2024