32 #ifndef _pqRepresentation_h 33 #define _pqRepresentation_h 60 QObject* parent=NULL);
67 virtual bool isVisible()
const;
72 virtual void setVisible(
bool visible);
79 vtkSMViewProxy* getViewProxy()
const;
86 void renderView(
bool force);
90 { this->renderView(
false); }
97 void visibilityChanged(
bool visible);
103 virtual void onVisibilityChanged();
110 virtual void setView(
pqView*);
114 pqInternal *Internal;
void renderViewEventually()
Simply calls renderView(false);.
This is PQ representation for a single representation.
This is a PQ abstraction of a generic view module.
This class represents any registered Server Manager proxy.
pqServer (should be renamed to pqSession) is a pqServerManagerModelItem subclass that represents a vt...