32 #ifndef pqPropertiesPanel_h 33 #define pqPropertiesPanel_h 64 Q_PROPERTY(
int panelMode READ panelMode WRITE setPanelMode);
65 typedef QWidget Superclass;
75 static
void setAutoApply(
bool enabled);
81 static
bool autoApply();
87 static
void setAutoApplyDelay(
int delay);
93 static
int autoApplyDelay();
104 static
int suggestedMargin() {
return 0; }
111 SOURCE_PROPERTIES = 0x01,
112 DISPLAY_PROPERTIES = 0x02,
113 VIEW_PROPERTIES = 0x04,
114 ALL_PROPERTIES = SOURCE_PROPERTIES | DISPLAY_PROPERTIES | VIEW_PROPERTIES
120 void setPanelMode(
int val);
164 void propertiesRestoreDefaults();
172 void propertiesSaveAsDefaults();
180 void displayRestoreDefaults();
188 void displaySaveAsDefaults();
196 void viewRestoreDefaults();
204 void viewSaveAsDefaults();
217 void setPipelineProxy(
pqProxy*);
238 void viewChanged(
pqView*);
246 void helpRequested(
const QString& groupname,
const QString& proxyType);
258 void applyEnableStateChanged();
281 void updateDisplayPanel();
286 void renderActiveView();
291 void sourcePropertyChanged(
bool change_finished =
true);
292 void sourcePropertyChangeAvailable() { this->sourcePropertyChanged(
false); }
297 void updateButtonState();
303 void updateButtonEnableState();
305 void copyProperties();
306 void pasteProperties();
313 void updatePropertiesPanel(
pqProxy* source);
315 void updateViewPanel(
pqView* view);
319 friend class pqInternals;
321 pqInternals* Internals;
pqDataRepresentation is the superclass for a display for a pqPipelineSource i.e.
pqOutputPort is a server manager model item for an output port of any pqPipelineSource item...
#define PQCOMPONENTS_EXPORT
superclass for all SM properties
pqPropertiesPanel is the default panel used by paraview to edit source properties and display propert...
This is a PQ abstraction of a generic view module.
static QMargins suggestedMargins()
This class represents any registered Server Manager proxy.
proxy for a VTK object(s) on a server
static int suggestedVerticalSpacing()
pqApplyBehavior collects the logic that needs to happen after the user hits "Apply" on the pqProperti...
PQ representation for a vtkSMProxy that can be involved in a pipeline.
static int suggestedHorizontalSpacing()
#define PARAVIEW_DEPRECATED_IN_5_11_0(reason)
object for general options.