panelAxes

panelAxes — The tab where axes, box, scale and legend are setup.

Synopsis

VisuUiPanel *       visu_ui_panel_axes_init             ();
void                visu_ui_panel_axes_setAxesExtension (VisuGlExtAxes *axes);

Description

Nothing tunable here.

Details

visu_ui_panel_axes_init ()

VisuUiPanel *       visu_ui_panel_axes_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 axes and the label stuffs can be tuned, such as their colour, create scales...

Returns :

a newly created VisuUiPanel object.

visu_ui_panel_axes_setAxesExtension ()

void                visu_ui_panel_axes_setAxesExtension (VisuGlExtAxes *axes);

Set the current axes extension handled by this VisuUiPanel.

axes :

a VisuGlExtAxes object. [transfer full][allow-none]

Since 3.7