I have built a Toolbar plugin in paraview with a button that applies extractblock filter to a multiblock dataset so as to get all the blocks seperately in different objects in the pipeline browser.
I achieve getting the number of blocks from the selected multiblock but I don't want to push apply button for each filter that has been created so I think about going trough the Qt hierarchy and calling the apply slot of the object inspector to have something like auto-apply but only for that button great thanks papa 2011/7/5 Robert Maynard <[email protected]> > What are you trying to do? Might be an easier way to achieve the results. > > 2011/7/5 papa ndéné NDIAYE <[email protected]> > >> Hi all, >> >> Do you know where in the Qt tree (starting from th eparaview main window) >> is the object inspector panel? >> >> thanks >> >> >> _______________________________________________ >> Powered by www.kitware.com >> >> Visit other Kitware open-source projects at >> http://www.kitware.com/opensource/opensource.html >> >> Please keep messages on-topic and check the ParaView Wiki at: >> http://paraview.org/Wiki/ParaView >> >> Follow this link to subscribe/unsubscribe: >> http://www.paraview.org/mailman/listinfo/paraview >> >> > > > -- > Robert Maynard >
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
