[Paraview-developers] Accepting changes

Kyle Lutz kyle.lutz at kitware.com
Mon Jan 14 17:08:18 EST 2013


On Mon, Jan 14, 2013 at 12:59 PM, Reuter, Michael A. <reuterma at ornl.gov> wrote:
> Hi,
>
> In our C++ application, I used to use the accept slot on the pqObjectInspectorWidget via the pqProxyTabWidget getter to apply changes under certain conditions. I see that the pqProxyTabWidget is being phased out starting in PV 3.98 and being replaced by the pqPropertiesPanel. I've been poking around the source code and found an accept slot, but it's private. Is it possible to still push the accept button programmatically, and if so, how can I accomplish it?

Hi Michael,

The slots were initially made private as none of the ParaView code
required that the be callable directly.

Your request seems reasonable and I've pushed a patch to make the
apply(), reset(), deleteProxy() and showHelp() slots public. It should
be integrated into the next ParaView release.

Cheers,
Kyle


More information about the Paraview-developers mailing list