[Paraview-developers] checked and unchecked properties

Biddiscombe, John A. biddisco at cscs.ch
Thu Jan 20 11:08:05 EST 2011


Utkarsh

It's like someone just lifted a blanket off my head. I see so much more clearly now.

Cheers. As always, you're a great help.

JB

-----Original Message-----
From: Utkarsh Ayachit [mailto:utkarsh.ayachit at kitware.com] 
Sent: 20 January 2011 16:38
To: Biddiscombe, John A.
Cc: paraview-developers at paraview.org
Subject: Re: [Paraview-developers] checked and unchecked properties

unchecked property values are not pushed or saved in state or
anything. They are only used by domains to update themselves. The GUI
sets them when the user changes a GUI widget before hitting apply,
without changing the actual property value.

e.g. ArrayListDomain needs the field-selection property to show either
cell or point arrays. Now in the GUI when the user changes the field
selection to "cell" he expected to see the cell arrays listed even
before he has hit apply. For that, the ArrayListDomain needs to use
the user-selected value, not the actual property value. In such cases,
the GUI sets the unchecked value for the property and updates the
domain.

Utkarsh

On Thu, Jan 20, 2011 at 10:16 AM, Biddiscombe, John A. <biddisco at cscs.ch> wrote:
> Can anyone tell me the difference between checked and unchecked properties (and for example in classes like StringVectorProperty there are unchecked elements etc).
>
> What is the distinction. I may have asked before, but if so ... I've forgotten.
>
> thanks
>
> JB
>
>
> --
> John Biddiscombe,                            email:biddisco @ cscs.ch
> http://www.cscs.ch/
> CSCS, Swiss National Supercomputing Centre  | Tel:  +41 (91) 610.82.07
> Via Cantonale, 6928 Manno, Switzerland      | Fax:  +41 (91) 610.82.82
>
>
> _______________________________________________
> Paraview-developers mailing list
> Paraview-developers at paraview.org
> http://public.kitware.com/mailman/listinfo/paraview-developers
>


More information about the Paraview-developers mailing list