Top | ![]() |
![]() |
![]() |
![]() |
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()
.
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]
GtkListStore * visu_ui_panel_planes_getList ();
This method gives read access to the GtkListStore used to store the planes.
the GtkListStore used by this panel to store its planes. It should be considered read-only.
[transfer none]
Thesse are the description of the columns stored in the GtkListStore
of this panel. See visu_ui_panel_planes_getList()
to access this liststore.
the pointer to the VisuPlane object. |
||
a handler of the VisuPlane::notify signal. |
||
the number of columns. |