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 
8 #include <QObject>
9 
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
#define PQAPPLICATIONCOMPONENTS_EXPORT
pqPluginSettingsBehavior adds support for adding application settings from plugins ...