33 #ifndef _pqProxyPanel_h 34 #define _pqProxyPanel_h 36 #include "pqComponentsModule.h" 38 #include "pqComponentsModule.h" 63 vtkSMProxy* proxy()
const;
69 QSize sizeHint()
const;
75 bool selected()
const;
82 virtual void accept();
90 virtual void select();
94 virtual void deselect();
97 virtual void setView(
pqView*);
100 virtual void setModified();
106 void proxyModifiedEvent();
115 void viewChanged(
pqView*);
124 virtual void updateInformationAndDomains();
130 bool event(QEvent* e);
133 class pqImplementation;
134 pqImplementation*
const Implementation;
******DEPRECATION WARNING******* pqProxyPanel and subclasses will soon be removed from ParaView...
Manages links between Qt properties and unchecked proxy properties This is useful if more than one QW...
This is a PQ abstraction of a generic view module.
This class represents any registered Server Manager proxy.