v_sim.UiComboValues¶
- Subclasses:
 None
Methods¶
- Inherited:
 Gtk.ComboBox (40), Gtk.Bin (1), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.CellEditable (3), Gtk.CellLayout (9)
- Structs:
 Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class  | 
  | 
  | 
|
  | 
|
  | 
|
  | 
Virtual Methods¶
Properties¶
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w  | 
current selection.  | 
Style Properties¶
- Inherited:
 
Signals¶
Fields¶
- Inherited:
 Gtk.ComboBox (5), Gtk.Container (4), Gtk.Widget (69), GObject.Object (1), Gtk.CellEditable (2)
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
parent  | 
r  | 
||
priv  | 
r  | 
Class Details¶
- class v_sim.UiComboValues(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
Common name to refer to a #_VisuUiComboValues.
- classmethod new()¶
 - Returns:
 a newly created object.
- Return type:
 
Create a new
Gtk.ListStoreto store planes.New in version 3.8.
- getActive()¶
 - Returns:
 the selected
v_sim.NodeValuesobject.- Return type:
 
Retrieves the currently selected
v_sim.NodeValuesobject.New in version 3.8.
- setActive(values)¶
 - Parameters:
 values (
v_sim.NodeValues) – av_sim.NodeValuesobject.- Returns:
 Trueif values exists in self.- Return type:
 
Changes current selection of self to be on values. If values is not part of self, nothing is changed and
Falseis returned.New in version 3.8.
- setActiveByLabel(label)¶
 - 
Changes current selection of self to match a
v_sim.NodeValuesproperty that is defined by label. If none exists, nothing is changed andFalseis returned.New in version 3.8.
 
- setNodeModel(data)¶
 - Parameters:
 data (
v_sim.DataorNone) – av_sim.Dataobject.- Returns:
 Trueif set is changed- Return type:
 
Bind the set object to list.
Property Details¶
- v_sim.UiComboValues.props.active_values¶
 - Name:
 active-values- Type:
 - Default Value:
 - Flags:
 
current selection.