panelPlanes

panelPlanes — The tab where planes are defined.

Functions

Types and Values

Description

It is possible to get the list of planes using visu_ui_panel_planes_getModel(). One can also access to the list store hosting the planes by calling visu_ui_panel_planes_getList().

Functions

visu_ui_panel_planes_init ()

VisuUiPanel *
visu_ui_panel_planes_init ();

Should be used in the list declared in externalModules.h to be loaded by V_Sim on start-up. This routine will create the VisuUiPanel where the plane stuff can be done, such as creating a plane, masking nodes, changing the orientation or the colour...

[skip]

Returns

a newly created VisuUiPanel object.


visu_ui_panel_planes_getList ()

GtkListStore *
visu_ui_panel_planes_getList ();

This method gives read access to the GtkListStore used to store the planes.

Returns

the GtkListStore used by this panel to store its planes. It should be considered read-only.

[transfer none]

Types and Values

enum VisuUiPanelPlanesColumnId

Thesse are the description of the columns stored in the GtkListStore of this panel. See visu_ui_panel_planes_getList() to access this liststore.

Members

VISU_UI_PANEL_PLANES_POINTER

the pointer to the VisuPlane object.

 

VISU_UI_PANEL_PLANES_NOTIFY

a handler of the VisuPlane::notify signal.

 

VISU_UI_PANEL_PLANES_N_COLUMNS

the number of columns.