ParaView
Classes
ParaView Reactions

ParaView client relies of a collection of reactions that autonomous entities that use pqApplicationCore and other core components to get their work done which keeping track for their own enabled state without any external input. More...

Classes

class  pqAboutDialogReaction
 pqAboutDialogReaction used to show the standard about dialog for the application. More...
 
class  pqApplicationSettingsReaction
 pqApplicationSettingsReaction is a reaction to popup the application settings dialog. More...
 
class  pqAutoApplyReaction
 Reaction for enabling/disabling auto-apply. More...
 
class  pqCameraReaction
 pqCameraReaction has the logic to handle common operations associated with the camera such as reset view along X axis etc. More...
 
class  pqCameraUndoRedoReaction
 Reaction for camera undo or redo. More...
 
class  pqCatalystConnectReaction
 Reaction for connecting to Catalyst CoProcessing Engine for Live-Data Visualization. More...
 
class  pqCatalystContinueReaction
 Reaction for setting a breakpoint to Catalyst CoProcessing Engine for Live-Data Visualization. More...
 
class  pqCatalystPauseSimulationReaction
 Reaction for setting a breakpoint to Catalyst CoProcessing Engine for Live-Data Visualization. More...
 
class  pqCatalystRemoveBreakpointReaction
 Reaction for setting a breakpoint to Catalyst CoProcessing Engine for Live-Data Visualization. More...
 
class  pqCatalystSetBreakpointReaction
 Reaction for setting a breakpoint to Catalyst CoProcessing Engine for Live-Data Visualization. More...
 
class  pqChangePipelineInputReaction
 Reaction for change pipeline input for the currently selected element. More...
 
class  pqChartSelectionReaction
 Reaction for creating selections on chart views. More...
 
class  pqCopyReaction
 Reaction for copying sources/filters. More...
 
class  pqDataQueryReaction
 pqDataQueryReaction is the reaction that popups the Data Query Dialog/Find Data Dialog allowing the user to 'search' his data. More...
 
class  pqDeleteReaction
 Reaction for delete sources (all or selected only). More...
 
class  pqDesktopServicesReaction
 pqDesktopServicesReaction can be used to open a file (or URL) using QDesktopServices. More...
 
class  pqEditCameraReaction
 pqEditCameraReaction is a reaction to show the edit-camera dialog. More...
 
class  pqEditColorMapReaction
 Reaction to edit the active representation's color map or solid color. More...
 
class  pqEditScalarBarReaction
 Reaction to allow editing of scalar bar properties using a pqProxyWidgetDialog. More...
 
class  pqExampleVisualizationsDialogReaction
 pqExampleVisualizationsDialogReaction is used to show the pqExampleVisualizationsDialog when the action is triggered. More...
 
class  pqExportReaction
 Reaction for exporting a view. More...
 
class  pqFiltersMenuReaction
 Reaction to handle creation of filters from the filters menu. More...
 
class  pqHelpReaction
 pqHelpReaction is reaction to show application help using Qt assistant. More...
 
class  pqHideAllReaction
 Reaction to hide all sources output ports. More...
 
class  pqIgnoreSourceTimeReaction
 Reaction for ignoring a source's time information for animations etc. More...
 
class  pqLinkSelectionReaction
 Reaction for change pipeline input for the currently selected element. More...
 
class  pqLoadDataReaction
 Reaction for open data files. More...
 
class  pqLoadPaletteReaction
 pqLoadPaletteReaction is used to setup an action that allows the user to load a palette. More...
 
class  pqLoadRestoreWindowLayoutReaction
 Reaction to support saving/restoring main window geometry/layout. More...
 
class  pqLoadStateReaction
 Reaction for load state action. More...
 
class  pqLockPanelsReaction
 Reaction to toggle locking of dockable panels. More...
 
class  pqMacroReaction
 Reaction for creating or deleting a python macro. More...
 
class  pqManageCustomFiltersReaction
 Reaction for showing the custom-filter manager dialog. More...
 
class  pqManageLinksReaction
 pqManageLinksReaction is the reaction to pop-up the links manager dialog. More...
 
class  pqManagePluginsReaction
 pqManagePluginsReaction is the reaction to pop-up the plugins manager dialog. More...
 
class  pqMasterOnlyReaction
 This is a superclass just to make it easier to collect all such reactions. More...
 
class  pqPythonShellReaction
 pqPythonShellReaction is a reaction to handle showing of the python shell. More...
 
class  pqReaction
 This is a superclass just to make it easier to collect all such reactions. More...
 
class  pqReloadFilesReaction
 pqReloadFilesReaction adds handler code to reload the active reader. More...
 
class  pqRenameProxyReaction
 Reaction for renaming a proxy. More...
 
class  pqRescaleCustomScalarRangeReaction
 Reaction to customize the active lookup table's range. More...
 
class  pqRescaleVisibleScalarRangeReaction
 Reaction to customize the active lookup table's range. More...
 
class  pqResetScalarRangeReaction
 Reaction to reset the active lookup table's range to match the active representation. More...
 
class  pqSaveAnimationGeometryReaction
 Reaction to save animation geometry. More...
 
class  pqSaveAnimationReaction
 Reaction to save animation. More...
 
class  pqSaveDataReaction
 Reaction to save data files. More...
 
class  pqSaveScreenshotReaction
 Reaction to save a screen shot. More...
 
class  pqSaveStateReaction
 Reaction for saving state file. More...
 
class  pqScalarBarVisibilityReaction
 Reaction to toggle scalar bar visibility. More...
 
class  pqSelectionReaction
 Generric reaction for creating selections on views. More...
 
class  pqServerConnectReaction
 Reaction for connecting to a server. More...
 
class  pqServerDisconnectReaction
 Reaction to disconnect from a server. More...
 
class  pqSourcesMenuReaction
 Reaction to handle creation of sources from the sources menu. More...
 
class  pqTestingReaction
 pqTestingReaction can be used to recording or playing back tests. More...
 
class  pqTimerLogReaction
 Reaction for showing the timer log dialog. More...
 
class  pqToggleInteractionViewMode
 pqToggleInteractionViewMode is a reaction that toggle 2D/3D interaction mode More...
 
class  pqTraceReaction
 Reaction for application python start/stop trace. More...
 
class  pqUndoRedoReaction
 Reaction for application undo-redo. More...
 
class  pqChooseColorPresetReaction
 Reaction to pop up a color palette chooser dialog. More...
 

Detailed Description

ParaView client relies of a collection of reactions that autonomous entities that use pqApplicationCore and other core components to get their work done which keeping track for their own enabled state without any external input.

To use, simple create this reaction and assign it to a menu and add it to menus/toolbars whatever.