src
paraview-5.12
Qt
ApplicationComponents
pqPluginPathBehavior.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 pqPluginPathBehavior_h
5
#define pqPluginPathBehavior_h
6
7
#include "pqApplicationComponentsModule.h"
8
#include <QObject>
9
10
class
pqServer
;
11
26
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqPluginPathBehavior
:
public
QObject
27
{
28
Q_OBJECT
29
typedef
QObject Superclass;
30
31
public
:
32
pqPluginPathBehavior
(
const
QString& environment_variable, QObject* parent = 0);
33
34
protected
Q_SLOTS:
35
void
loadDefaultPlugins(
pqServer
*);
36
37
private
:
38
Q_DISABLE_COPY(
pqPluginPathBehavior
)
39
};
40
41
#endif
pqPluginPathBehavior
Definition:
pqPluginPathBehavior.h:26
pqServer
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition:
pqServer.h:35
Generated by
1.8.17 on Wed Mar 27 2024