40 class vtkSMApplication;
104 int getNumberOfPartitions();
110 bool isRemote()
const;
116 bool isMaster()
const;
123 bool isProcessingPending()
const;
129 bool isRenderServerSeparate();
146 bool isProgressPending()
const;
154 static void setHeartBeatTimeoutSetting(
int msec);
155 static int getHeartBeatTimeoutSetting();
160 void setMonitorServerNotifications(
bool);
165 int getRemainingLifeTime()
const;
170 void setRemainingLifeTime(
int value);
184 void fiveMinuteTimeoutWarning();
191 void finalTimeoutWarning();
196 void serverSideDisconnected();
202 static const char* HEARBEAT_TIME_SETTING_KEY();
207 void setHeartBeatTimeout(
int msec);
228 void triggeredMasterUser(
int);
229 void triggeredUserName(
int, QString&);
230 void triggeredUserListChanged();
231 void triggerFollowCamera(
int);
250 void updateRemainingLifeTime();
255 void processServerNotification();
262 void onCollaborationCommunication(
vtkObject*,
unsigned long,
void*,
void*);
268 void onConnectionLost(
vtkObject*,
unsigned long,
void*,
void*);
278 pqTimer IdleCollaborationTimer;
281 pqInternals* Internals;
284 #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
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...