39 #ifndef _pqPipelineObject_h 40 #define _pqPipelineObject_h 45 class pqProxyInternal;
71 QObject* parent = NULL);
86 void rename(
const QString& newname);
94 const QString& getSMName();
95 const QString& getSMGroup();
128 QList<vtkSMProxy*> getHelperProxies()
const;
133 QList<vtkSMProxy*> getHelperProxies(
const QString& key)
const;
138 QList<QString> getHelperKeys()
const;
143 static std::string rstToHtml(
const char* rstStr);
155 virtual void addHelperProxy(
const QString& key,
vtkSMProxy*);
156 void removeHelperProxy(
const QString& key,
vtkSMProxy*);
163 void updateHelperProxies()
const;
200 void setSMName(
const QString& new_name);
205 virtual void initialize();
209 virtual void addInternalHelperProxy(
const QString& key,
vtkSMProxy*)
const;
210 virtual void removeInternalHelperProxy(
const QString& key,
vtkSMProxy*)
const;
218 QPointer<pqServer> Server;
221 pqProxyInternal* Internal;
ModifiedState
The modification state of this proxy.
pqServerManagerModelItem is a element maintained by pqServerManagerModel.
The vtkSMSessionProxyManager is esponsible for creating and managing proxies for a given session...
virtual void onProxyUnRegistered(const QString &group, const QString &name, vtkSMProxy *proxy)
Called when a proxy is unregistered.
This class represents any registered Server Manager proxy.
pqServerManagerModel is the model for the Server Manager.
proxy for a VTK object(s) on a server
This is used by vtkPVXMLParser to represent an XML document starting at the root element.
virtual void onProxyRegistered(const QString &group, const QString &name, vtkSMProxy *proxy)
Called when a proxy is registered.
ModifiedState modifiedState() const
Gets whether or not the source has been modified.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...