12 class vtkSMApplication;
19 #include "pqCoreModule.h" 78 int getNumberOfPartitions();
84 bool isRemote()
const;
90 bool isMaster()
const;
97 bool isProcessingPending()
const;
103 bool isRenderServerSeparate();
120 bool isProgressPending()
const;
128 static void setHeartBeatTimeoutSetting(
int msec);
129 static int getHeartBeatTimeoutSetting();
134 void setMonitorServerNotifications(
bool);
139 int getRemainingLifeTime()
const;
144 void setRemainingLifeTime(
int value);
151 void setScriptProcess(QProcess* process);
152 QProcess* getScriptProcess()
const;
167 void fiveMinuteTimeoutWarning();
174 void finalTimeoutWarning();
179 void serverSideDisconnected();
185 static const char* HEARBEAT_TIME_SETTING_KEY();
190 void setHeartBeatTimeout(
int msec);
211 void triggeredMasterUser(
int);
212 void triggeredUserName(
int, QString&);
213 void triggeredUserListChanged();
214 void triggerFollowCamera(
int);
233 void updateRemainingLifeTime();
238 void processServerNotification();
245 void onCollaborationCommunication(
vtkObject*,
unsigned long,
void*,
void*);
251 void onConnectionLost(
vtkObject*,
unsigned long,
void*,
void*);
261 pqTimer IdleCollaborationTimer;
264 pqInternals* Internals;
267 #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...