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
PQAPPLICATIONCOMPONENTS_EXPORT
#define PQAPPLICATIONCOMPONENTS_EXPORT
Definition:
pqApplicationComponentsModule.h:15
pqPluginSettingsBehavior
pqPluginSettingsBehavior adds support for adding application settings from plugins ...
Definition:
pqPluginSettingsBehavior.h:14
pqApplicationComponentsModule.h
Generated by
1.8.13 on Tue Dec 31 2024