src
paraview-5.12
Qt
ApplicationComponents
pqPluginSettingsBehavior.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 pqPluginSettingsBehavior_h
5
#define pqPluginSettingsBehavior_h
6
7
#include "pqApplicationComponentsModule.h"
8
#include <QObject>
9
14
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqPluginSettingsBehavior
:
public
QObject
15
{
16
Q_OBJECT
17
typedef
QObject Superclass;
18
19
public
:
20
pqPluginSettingsBehavior
(QObject* parent =
nullptr
);
21
22
public
Q_SLOTS:
// NOLINT(readability-redundant-access-specifiers)
23
void
updateSettings();
24
};
25
26
#endif
pqPluginSettingsBehavior
Definition:
pqPluginSettingsBehavior.h:14
Generated by
1.8.17 on Wed Mar 27 2024