![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
void visu_ui_panel_elements_atomic_init ();
GtkWidget * visu_ui_panel_elements_atomic_initBuild
();
void visu_ui_panel_elements_atomic_initMethod
();
void visu_ui_panel_elements_atomic_initOpen
();
void visu_ui_panel_elements_atomic_onChange
(GList *eleList
);
This part gathers all the routine specific to the widgets related to the atomic rendering method. For the method itself, there is no specific widgets. For the VisuElement part, one can tune the shape, the radius and the elipsoid orientation (when selected). There is no specific GtkFileChooser widget.
void visu_ui_panel_elements_atomic_init ();
Initialise the specific area in the element panel for the atomic rendering method.
GtkWidget * visu_ui_panel_elements_atomic_initBuild ();
Create the gtk widgets (a hbox with a spin with positive values) and return it.
Returns : |
newly created widgets to handle atomic rendering characteristics of elements. |
void visu_ui_panel_elements_atomic_initMethod
();
Initialise widgets related to the atomic rendering methods.
Since 3.7
void visu_ui_panel_elements_atomic_initOpen
();
Initialise the gtk methods associated with the atomic rendering method.
void visu_ui_panel_elements_atomic_onChange
(GList *eleList
);
Call this routine with a list of VisuElement to change the values shown in the widgets controling the atomic rendering. The values to be put are read from the first VisuElement of the list. The list is then stored for future changes to the widgets will be applied to all these elements.
|
a list of VisuElement. [element-type VisuElement*] |