pqCollaborationBehavior.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 pqCollaborationBehavior_h
5 #define pqCollaborationBehavior_h
6 
8 #include <QObject>
9 
10 class pqServer;
12 
19 {
20  Q_OBJECT
21  typedef QObject Superclass;
22 
23 public:
24  pqCollaborationBehavior(QObject* parent = nullptr);
25 
26 private:
27  Q_DISABLE_COPY(pqCollaborationBehavior)
28 
29  pqCollaborationManager* CollaborationManager;
30 };
31 
32 #endif
pqCollaborationManager is a QObject that aims to handle the collaboration for the Qt layer...
#define PQAPPLICATIONCOMPONENTS_EXPORT
pqCollaborationBehavior ensures that a pqCollaborationManager get set when a new pqServer that suppor...
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition: pqServer.h:35