v_sim.UiBoxTransform¶
- 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 |
rendering object used for box |
||
r/w |
Pointset to transform |
Child Properties¶
- Inherited:
Style Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class v_sim.UiBoxTransform(*args, **kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An opaque structure.
New in version 3.8.
- classmethod new()¶
- Returns:
a pointer to the newly created widget.
- Return type:
Creates a new
v_sim.UiBoxTransformto allow to setup box_transform rendering characteristics.New in version 3.8.
- bind(model)¶
- Parameters:
model (
v_sim.Pointset) – av_sim.Pointsetobject.
Bind the properties of model to be displayed by self.
New in version 3.8.
- bindGlExtBox(model)¶
- Parameters:
model (
v_sim.GlExtBox) – av_sim.GlExtBoxobject.
Bind the properties of model to be displayed by self.
New in version 3.8.
Property Details¶
- v_sim.UiBoxTransform.props.gl_box¶
- Name:
gl-box- Type:
- Default Value:
- Flags:
rendering object used for box
- v_sim.UiBoxTransform.props.pointset¶
- Name:
pointset- Type:
- Default Value:
- Flags:
Pointset to transform