Aravis.GcEnumeration¶
- Subclasses:
None
Methods¶
- Inherited:
Aravis.GcFeatureNode (13), Aravis.GcNode (1), Aravis.DomElement (3), Aravis.DomNode (17), GObject.Object (37), Aravis.GcInteger (9), Aravis.GcSelector (2), Aravis.GcString (3)
- Structs:
class |
|
|
|
|
|
|
Virtual Methods¶
Properties¶
None
Signals¶
- Inherited:
Fields¶
- Inherited:
Class Details¶
- class Aravis.GcEnumeration(**kwargs)¶
- Bases:
Aravis.GcFeatureNode
,Aravis.GcInteger
,Aravis.GcSelector
,Aravis.GcString
- Abstract:
No
- Structure:
- classmethod new()¶
- Return type:
- dup_available_display_names()¶
- Raises:
- Returns:
an newly created array of const strings, which must freed after use using
GLib.free
,None
on error.- Return type:
[
str
]
Create an array of display names of all available entries.
New in version 0.8.0.
- dup_available_int_values()¶
- Raises:
- Returns:
a newly allocated array of 64 bit integers, to be freed after use using
GLib.free
().- Return type:
[
int
]
New in version 0.8.0.
- dup_available_string_values()¶
- Raises:
- Returns:
an newly created array of const strings, which must freed after use using
GLib.free
,None
on error.- Return type:
[
str
]
Create an array of all available values of self, as strings.
New in version 0.8.0.
- get_entries()¶
- Returns:
the list of enumeration entry nodes.
- Return type:
- get_int_value()¶
- Raises:
- Return type:
- get_string_value()¶
- Raises:
- Return type: