src
paraview-5.12
Qt
ApplicationComponents
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
7
#include "pqApplicationComponentsModule.h"
8
#include <QObject>
9
10
class
pqServer
;
11
class
pqCollaborationManager
;
12
18
class
PQAPPLICATIONCOMPONENTS_EXPORT
pqCollaborationBehavior
:
public
QObject
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
pqServer
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...
Definition:
pqServer.h:35
pqCollaborationManager
pqCollaborationManager is a QObject that aims to handle the collaboration for the Qt layer.
Definition:
pqCollaborationManager.h:30
pqCollaborationBehavior
Definition:
pqCollaborationBehavior.h:18
Generated by
1.8.17 on Wed Mar 27 2024