41 class vtkSMApplication;
48 #include "pqCoreModule.h" 53 #include "vtkSmartPointer.h" 54 #include "vtkWeakPointer.h" 82 vtkIdType GetConnectionID()
const;
83 vtkIdType
sessionId()
const {
return this->GetConnectionID(); }
105 int getNumberOfPartitions();
111 bool isRemote()
const;
117 bool isMaster()
const;
124 bool isProcessingPending()
const;
130 bool isRenderServerSeparate();
152 bool isProgressPending()
const;
160 static void setHeartBeatTimeoutSetting(
int msec);
161 static int getHeartBeatTimeoutSetting();
166 void setMonitorServerNotifications(
bool);
180 void fiveMinuteTimeoutWarning();
187 void finalTimeoutWarning();
192 void serverSideDisconnected();
198 static const char* HEARBEAT_TIME_SETTING_KEY();
203 void setHeartBeatTimeout(
int msec);
224 void triggeredMasterUser(
int);
225 void triggeredUserName(
int, QString&);
226 void triggeredUserListChanged();
227 void triggerFollowCamera(
int);
246 void processServerNotification();
253 void onCollaborationCommunication(vtkObject*,
unsigned long,
void*,
void*);
259 void onConnectionLost(vtkObject*,
unsigned long,
void*,
void*);
265 vtkIdType ConnectionID;
266 vtkWeakPointer<vtkSMSession> Session;
271 vtkSmartPointer<vtkPVOptions> Options;
273 pqTimer IdleCollaborationTimer;
276 pqInternals* Internals;
279 #endif // !_pqServer_h
vtkSMSession is the default ParaView session.
pqServerManagerModelItem is a element maintained by pqServerManagerModel.
pqTimeKeeper is pqProxy for "TimeKeeper" proxy.
vtkIdType sessionId() const
Header class that setup every thing in order to use Protobuf messages in a transparent manner...
implementation for View that includes render window and renderers.
The vtkSMSessionProxyManager is esponsible for creating and managing proxies for a given session...
proxy for a VTK object(s) on a server
ParaView options storage.
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
pqServerResource encapsulates a resource in ParaView.
process initialization and management core for ParaView processes.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...