Qt
ApplicationComponents
pqVerifyRequiredPluginBehavior.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 pqVerifyRequiredPluginBehavior_h
5
#define pqVerifyRequiredPluginBehavior_h
6
7
#include "
pqApplicationComponentsModule.h
"
8
#include <QObject>
9
#include <QSet>
10
19
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqVerifyRequiredPluginBehavior
:
public
QObject
20
{
21
Q_OBJECT
22
typedef
QObject Superclass;
23
24
public
:
25
pqVerifyRequiredPluginBehavior
(QObject* parent =
nullptr
);
26
27
protected
Q_SLOTS:
28
void
requiredPluginsNotLoaded();
29
30
private
:
31
Q_DISABLE_COPY(
pqVerifyRequiredPluginBehavior
)
32
QSet<QString> PreviouslyParsedResources;
33
};
34
35
#endif
pqVerifyRequiredPluginBehavior
ParaView plugins can be loaded on the client or server before a connection is made.
Definition:
pqVerifyRequiredPluginBehavior.h:19
PQAPPLICATIONCOMPONENTS_EXPORT
#define PQAPPLICATIONCOMPONENTS_EXPORT
Definition:
pqApplicationComponentsModule.h:15
pqApplicationComponentsModule.h
Generated by
1.8.13 on Tue Oct 1 2024