src
paraview-5.12
Qt
ApplicationComponents
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
7
#include "pqApplicationComponentsModule.h"
8
#include <QObject>
9
#include <QSet>
10
26
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqAutoLoadPluginXMLBehavior
:
public
QObject
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
pqAutoLoadPluginXMLBehavior
Definition:
pqAutoLoadPluginXMLBehavior.h:26
Generated by
1.8.17 on Wed Mar 27 2024