panelAxes

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

Functions

Description

Nothing tunable here.

Functions

visu_ui_panel_axes_init ()

VisuUiPanel *
visu_ui_panel_axes_init (VisuUiMain *main);

This routine will create the VisuUiPanel where the axes and the label stuffs can be tuned, such as their colour, create scales...

Parameters

main

a VisuUiMain object.

 

Returns

the VisuUiPanel object dealing with axes.

[transfer full]


visu_ui_panel_axes_setAxesExtension ()

void
visu_ui_panel_axes_setAxesExtension (VisuGlExtAxes *axes);

Set the current axes extension handled by this VisuUiPanel.

Parameters

axes

a VisuGlExtAxes object.

[transfer full][allow-none]

Since: 3.7


visu_ui_panel_axes_setBoxExtension ()

void
visu_ui_panel_axes_setBoxExtension (VisuGlExtBox *box,
                                    VisuGlExtBoxLegend *legend);

Set the current box extension handled by this VisuUiPanel.

Parameters

box

a VisuGlExtBox object.

[transfer full][allow-none]

legend

a VisuGlExtBoxLegend object.

[transfer full][allow-none]

Since: 3.8


visu_ui_panel_axes_setScaleExtension ()

void
visu_ui_panel_axes_setScaleExtension (VisuGlExtScale *scale);

Set the current scale extension handled by this VisuUiPanel.

Parameters

scale

a VisuGlExtScale object.

[transfer full][allow-none]

Since: 3.8

Types and Values