[Paraview-developers] Paraview error related to click event

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Fri Oct 23 10:43:42 EDT 2015


> On side note, can you please point out which event/function is invoked when focus is shifted among Paraview split screens?

pqActiveObjects::viewChanged()[1] gets fired every time the active
view changes. pqActiveObjects is a singleton, so you can access it
using pqActiveObjects::instance(). Note due to ParaView GUI / VTK
separation, it's not intended to access pqActiveObjects in VTK
filters/readers etc.


[1] http://www.paraview.org/ParaView3/Doc/Nightly/www/cxx-doc/classpqActiveObjects.html#a3f6571721610a4ca5c7d045ed2f34eca


More information about the Paraview-developers mailing list