v_sim.UiLink¶
- Subclasses:
None
Methods¶
- Inherited:
Gtk.Box (14), Gtk.Container (35), Gtk.Widget (278), GObject.Object (37), Gtk.Buildable (10), Gtk.Orientable (2)
- Structs:
Gtk.ContainerClass (5), Gtk.WidgetClass (12), GObject.ObjectClass (5)
class |
|
|
|
|
Virtual Methods¶
Properties¶
- Inherited:
Gtk.Box (3), Gtk.Container (3), Gtk.Widget (39), Gtk.Orientable (1)
Name |
Type |
Flags |
Short Description |
|---|---|---|---|
r/w |
full set of nodes |
||
r/w |
link to display properties of |
||
r/w/co |
renderer object to draw links |
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class v_sim.UiLink(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An opaque structure.
New in version 3.8.
- classmethod new(pairs)¶
- Parameters:
pairs (
v_sim.GlExtPairs) – av_sim.GlExtPairsobject.- Returns:
a pointer to the newly created widget.
- Return type:
Creates a new
v_sim.UiLinkto allow to setup link rendering characteristics.New in version 3.8.
- bind(model)¶
- Parameters:
model (
v_sim.PairLink) – av_sim.PairLinkobject.
Bind the properties of model to be displayed by self.
New in version 3.8.
- setAddLinks(lst)¶
- Parameters:
lst ([
v_sim.PairLink]) – a list ofv_sim.PairLinkobjects.
Set the list of additional
v_sim.PairLinkto be updated when the model of self is updated, seev_sim.UiLink.bind().New in version 3.8.
Property Details¶
- v_sim.UiLink.props.data¶
- Name:
data- Type:
- Default Value:
- Flags:
full set of nodes
- v_sim.UiLink.props.model¶
- Name:
model- Type:
- Default Value:
- Flags:
link to display properties of
- v_sim.UiLink.props.renderer¶
- Name:
renderer- Type:
- Default Value:
- Flags:
renderer object to draw links