pqAutoLoadPluginXMLBehavior.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 pqAutoLoadPluginXMLBehavior_h
5 #define pqAutoLoadPluginXMLBehavior_h
6 
8 #include <QObject>
9 #include <QSet>
10 
27 {
28  Q_OBJECT
29  typedef QObject Superclass;
30 
31 public:
32  pqAutoLoadPluginXMLBehavior(QObject* parent = nullptr);
33 
34 protected Q_SLOTS:
35  void updateResources();
36 
37 private:
38  Q_DISABLE_COPY(pqAutoLoadPluginXMLBehavior)
39  QSet<QString> PreviouslyParsedResources;
40  QSet<QString> PreviouslyParsedPlugins;
41 };
42 
43 #endif
#define PQAPPLICATIONCOMPONENTS_EXPORT
ParaView plugins can load gui configuration xmls eg.