Aravis.DomNodeList

g Aravis.DomNodeList Aravis.DomNodeList GObject.Object GObject.Object GObject.Object->Aravis.DomNodeList

Subclasses:

Aravis.DomNodeChildList

Methods

Inherited:

GObject.Object (37)

Structs:

GObject.ObjectClass (5)

get_item (index)

get_length ()

Virtual Methods

Inherited:

GObject.Object (7)

do_get_item (index)

do_get_length ()

Properties

None

Signals

Inherited:

GObject.Object (1)

Fields

Inherited:

GObject.Object (1)

Name

Type

Access

Description

parent_instance

GObject.Object

r

Class Details

class Aravis.DomNodeList(**kwargs)
Bases:

GObject.Object

Abstract:

Yes

Structure:

Aravis.DomNodeListClass

get_item(index)
Parameters:

index (int) – item index

Returns:

item corresponding to index, None on error.

Return type:

Aravis.DomNode

Get one of the item of self.

get_length()
Return type:

int

do_get_item(index) virtual
Parameters:

index (int) – item index

Returns:

item corresponding to index, None on error.

Return type:

Aravis.DomNode

Get one of the item of list.

do_get_length() virtual
Return type:

int