[Paraview] create DoubleVectorProperty in the gui. Update gui

Utkarsh Ayachit utkarsh.ayachit at kitware.com
Tue Sep 21 09:37:23 EDT 2010


For all such non standard tricks, you need to create a custom panel.
In  the custom panel code, you can update properties, gui elements
etc. as per your liking. There are custom panel examples in ParaView
code itself as well under the Examples directory.

Utkarsh

On Tue, Sep 21, 2010 at 8:28 AM, Felipe Bordeu
<felipe.bordeu at ec-nantes.fr> wrote:
> Hi, I writing a reader and I will like to create a panel (in the object
> inspector) depending on the file information.
>
> for example, adding (activating) a DoubleVectorProperty  with a custom name
> and a custom default value (depending of the information in the file).
>
> A second question: I want to check the information that the user put into
> the panel, correct it and then put it back to the gui.
> (How can I force paraview to update the gui with the information on the
> class?)
>
> (until now I am compiling the reader as a plugins)
>
> Thanks
>
> Felipe
>
>
> _______________________________________________
> 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
>


More information about the ParaView mailing list