v_sim.DataColorizerFragment¶
- Subclasses:
 None
Methods¶
- Inherited:
 v_sim.DataColorizer (5), GObject.Object (37), v_sim.Sourceable (8), v_sim.NodeMasker (3)
- Structs:
 
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
Properties¶
- Inherited:
 
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w  | 
colorization type  | 
Signals¶
Fields¶
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
||
priv  | 
r  | 
Class Details¶
- class v_sim.DataColorizerFragment(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
Common name to refer to a #_VisuDataColorizerFragment.
- classmethod new()¶
 - Returns:
 a newly created
v_sim.DataColorizerFragmentobject.- Return type:
 
Creates a
v_sim.DataColorizerobject to colorize and hidev_sim.Nodebased on av_sim.NodeValuesFragmodel.New in version 3.8.
- setDefaultVisibility(status)¶
 - 
Defines the visibility status of all
v_sim.Nodenot belonging to anyv_sim.NodeFragment.New in version 3.8.
 
- setNodeModel(model)¶
 - Parameters:
 model (
v_sim.NodeValuesFrag) – av_sim.NodeValuesFragobject.- Returns:
 Trueif the model is indeed changed.- Return type:
 
Associate model to self.
New in version 3.8.
- setType(type)¶
 - Parameters:
 type (
v_sim.DataColorizerFragmentTypes) – av_sim.DataColorizerFragmentTypesvalue.- Returns:
 Trueif the value is actually changed.- Return type:
 
Defines how self is changing the node colours. See
v_sim.NodeArrayRenderer.pushColorizer() function.New in version 3.8.
- setVisibility(label, status)¶
 - Parameters:
 - Returns:
 Trueis the value is actually changed.- Return type:
 
Change the visibility of all
v_sim.Nodebelonging to av_sim.NodeFragmentlabelled by label according to status. If label isNone, status is changed for every fragments.New in version 3.8.