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 
8 #include <QObject>
9 
10 class pqServer;
11 
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
Applications may want to support auto-loading of plugins from certain locations when a client-server ...
#define PQAPPLICATIONCOMPONENTS_EXPORT
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition: pqServer.h:35