v_sim.NodeValuesType

g GObject.Object GObject.Object v_sim.NodeValues v_sim.NodeValues GObject.Object->v_sim.NodeValues v_sim.NodeValuesType v_sim.NodeValuesType v_sim.NodeValues->v_sim.NodeValuesType

Subclasses:

None

Methods

Inherited:

v_sim.NodeValues (16), GObject.Object (37)

Structs:

GObject.ObjectClass (5)

class

new (array)

getAt (node)

setAt (node, element)

Virtual Methods

Inherited:

v_sim.NodeValues (4), GObject.Object (7)

Properties

Inherited:

v_sim.NodeValues (6)

Signals

Inherited:

v_sim.NodeValues (1), GObject.Object (1)

Fields

Inherited:

v_sim.NodeValues (1), GObject.Object (1)

Name

Type

Access

Description

parent

v_sim.NodeValues

r

Class Details

class v_sim.NodeValuesType(**kwargs)
Bases:

v_sim.NodeValues

Abstract:

No

Structure:

v_sim.NodeValuesTypeClass

Common name to refer to a #_VisuNodeValuesType.

classmethod new(array)
Parameters:

array (v_sim.NodeArray) – a v_sim.Data object.

Returns:

a newly created v_sim.NodeValuesType object.

Return type:

v_sim.NodeValuesType

Create a v_sim.NodeValues object to handle typeinates of nodes.

New in version 3.8.

getAt(node)
Parameters:

node (v_sim.Node) – a v_sim.Node object.

Returns:

the v_sim.Element for node.

Return type:

v_sim.Element

Retrieves the type hosted on node.

New in version 3.8.

setAt(node, element)
Parameters:
Returns:

True if type for node is indeed changed.

Return type:

bool

Changes the type hosted at node for element. This will change node and its location. node is not valid anymore after a call to this function.

New in version 3.8.