v_sim.UiPanelClass¶
Fields¶
None
Methods¶
class  | 
  | 
class  | 
|
class  | 
|
class  | 
  | 
class  | 
|
class  | 
  | 
class  | 
  | 
class  | 
  | 
Details¶
- class v_sim.UiPanelClass¶
 Opaque structure.
- classmethod getAllPanels()¶
 - Returns:
 a newly created list (use g_list_free() on it after use).
- Return type:
 
This routine can be used to know all existing
v_sim.UiPanel.
- classmethod getAllWindows()¶
 - Returns:
 a newly created list (use g_list_free() on it after use).
- Return type:
 
This routine can be used to know all existing
v_sim.UiDockWindow.
- classmethod getCommandPanel()¶
 - Returns:
 the
v_sim.UiDockWindowthat is inside the command panel.- Return type:
 
There is always a
v_sim.UiDockWindowthat is inside the command panel. This routine gets it.
- classmethod getDockById(id)¶
 - Parameters:
 id (
str) – av_sim.UiDockWindowidentifier.- Returns:
 the
v_sim.UiDockWindowthat corresponds to this identifier. The dock window is built if not currently exist.- Return type:
 
This routine associates a
v_sim.UiDockWindowidentifier to the object pointer.
- classmethod getHeaderVisibility()¶
 - 
The header can be represented using the full image and label always or only the image when the tab is not on top.
New in version 3.8.
 
- classmethod getPanelById(id)¶
 - Parameters:
 id (
str) – av_sim.UiPanelidentifier.- Returns:
 the
v_sim.UiPanelthat corresponds to this identifier orNoneif none exists.- Return type:
 
This routine associates a
v_sim.UiPanelidentifier to the object pointer.
- classmethod setCurrent(dataObj, view)¶
 - Parameters:
 dataObj (
v_sim.Data) – av_sim.Dataobject.view (
v_sim.GlView) – av_sim.GlViewobject.
Set the currently focussed
v_sim.Data. It then can be retrieve usingv_sim.UiPanel.getData().New in version 3.7.