v_sim.GlExtPaths¶
- 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.GlExtPaths(**kwargs)¶
- Bases:
- Abstract:
No
- Structure:
An opaque structure.
New in version 3.7.
- classmethod new(name)¶
- Parameters:
name (
strorNone) – the name to give to the extension (default isv_sim.GL_EXT_PATHS_ID).- Returns:
a pointer to the
v_sim.GlExtit created orNoneotherwise.- Return type:
Creates a new
v_sim.GlExtto draw paths.New in version 3.7.
- getWidth()¶
- Returns:
the width used to render the path.
- Return type:
Inquire the width used to render the self.
New in version 3.8.
- set(obj)¶
- Parameters:
obj (
v_sim.PathsorNone) – av_sim.Pathsobject.- Returns:
Trueif the model was actually changed.- Return type:
Set the
v_sim.Pathsto be drawn.New in version 3.7.