12 class vtkSMApplication;
76 int getNumberOfPartitions();
82 bool isRemote()
const;
88 bool isMaster()
const;
95 bool isProcessingPending()
const;
101 bool isRenderServerSeparate();
118 bool isProgressPending()
const;
126 static void setHeartBeatTimeoutSetting(
int msec);
127 static int getHeartBeatTimeoutSetting();
132 void setMonitorServerNotifications(
bool);
137 int getRemainingLifeTime()
const;
142 void setRemainingLifeTime(
int value);
156 void fiveMinuteTimeoutWarning();
163 void finalTimeoutWarning();
168 void serverSideDisconnected();
174 static const char* HEARBEAT_TIME_SETTING_KEY();
179 void setHeartBeatTimeout(
int msec);
200 void triggeredMasterUser(
int);
201 void triggeredUserName(
int, QString&);
202 void triggeredUserListChanged();
203 void triggerFollowCamera(
int);
222 void updateRemainingLifeTime();
227 void processServerNotification();
234 void onCollaborationCommunication(
vtkObject*,
unsigned long,
void*,
void*);
240 void onConnectionLost(
vtkObject*,
unsigned long,
void*,
void*);
250 pqTimer IdleCollaborationTimer;
253 pqInternals* Internals;
256 #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...