v_sim.UiMainClass¶
Fields¶
None
Methods¶
class |
|
class |
|
class |
|
class |
|
class |
|
Details¶
- class v_sim.UiMainClass¶
A short way to identify #_VisuUiMainClass structure.
- classmethod createMain(panel, renderWindow, renderArea)¶
- Parameters:
panel (
Gtk.Window) – a location for av_sim.UiMainpanel ;renderWindow (
Gtk.Window) – a location for aGtk.Window;renderArea (
Gtk.Widget) – a location for aGtk.Widget.
A convenience routine to create a command panel, a rendering window and links them together.
- classmethod getCurrentPanel()¶
- Returns:
the command Panel.
- Return type:
This routine can be used to get the command panel, everywhere from V_Sim.
- classmethod getDefaultRendering()¶
- Returns:
the rendering window.
- Return type:
Get the rendering window of V_Sim.
- classmethod getRememberPosition()¶
-
V_Sim can store the position of its main windows. Use this routine to get the status of this capability.