v_sim.GlExtBoxLegend¶
- Subclasses:
None
Methods¶
- Inherited:
- Structs:
class |
|
|
Virtual Methods¶
- Inherited:
Properties¶
- Inherited:
Signals¶
- Inherited:
Fields¶
- Inherited:
Name |
Type |
Access |
Description |
|---|---|---|---|
parent |
r |
||
priv |
r |
Class Details¶
- class v_sim.GlExtBoxLegend(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An opaque structure.
New in version 3.7.
- classmethod new(name)¶
- Parameters:
- Returns:
a pointer to the
v_sim.GlExtit created orNoneotherwise.- Return type:
Creates a new
v_sim.GlExtto draw a legend with the box size.New in version 3.7.
- setBox(boxObj)¶
- Parameters:
boxObj (
v_sim.Box) – the box to get the size of.- Returns:
Trueif model is changed.- Return type:
Attach an
v_sim.GlViewto render to and setup the box to get the size of also.New in version 3.7.