32 #ifndef pqPropertiesPanel_h 33 #define pqPropertiesPanel_h 35 #include "pqComponentsModule.h" 62 Q_PROPERTY(
int panelMode READ panelMode WRITE setPanelMode);
63 typedef QWidget Superclass;
72 static void setAutoApply(
bool enabled);
77 static bool autoApply();
82 static void setAutoApplyDelay(
int delay);
87 static int autoApplyDelay();
104 SOURCE_PROPERTIES = 0x01,
105 DISPLAY_PROPERTIES = 0x02,
106 VIEW_PROPERTIES = 0x04,
107 ALL_PROPERTIES = SOURCE_PROPERTIES | DISPLAY_PROPERTIES | VIEW_PROPERTIES
113 void setPanelMode(
int val);
152 void propertiesRestoreDefaults();
160 void propertiesSaveAsDefaults();
168 void displayRestoreDefaults();
176 void displaySaveAsDefaults();
184 void viewRestoreDefaults();
192 void viewSaveAsDefaults();
228 void viewChanged(
pqView*);
233 void helpRequested(
const QString& groupname,
const QString& proxyType);
262 void updateDisplayPanel();
267 void renderActiveView();
272 void sourcePropertyChanged(
bool change_finished =
true);
273 void sourcePropertyChangeAvailable() { this->sourcePropertyChanged(
false); }
278 void updateButtonState();
284 void updateButtonEnableState();
290 void generalSettingsChanged();
292 void copyProperties();
293 void pasteProperties();
302 void updateViewPanel(
pqView* view);
305 static bool AutoApply;
306 static int AutoApplyDelay;
309 friend class pqInternals;
311 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...
static int suggestedMargin()
methods used to obtain the recommended spacing and margins to be used for widgets.
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.
This class represents any registered Server Manager proxy.
proxy for a VTK object(s) on a server
static int suggestedVerticalSpacing()
PQ representation for a vtkSMProxy that can be involved in a pipeline.
static int suggestedHorizontalSpacing()