![]() |
![]() |
![]() |
V_Sim API - Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
GtkWidget * visu_ui_panel_config_getArea (); VisuUiPanel * visu_ui_panel_config_init (VisuUiMain *ui
); void visu_ui_panel_config_setAutomaticRefresh (VisuUiRenderingWindow *window
,gboolean bool
); void visu_ui_panel_config_setRefreshPeriod (VisuUiRenderingWindow *window
,float val
); void visu_ui_panel_config_setTabView (gboolean viewed
);
GtkWidget * visu_ui_panel_config_getArea ();
This routine can be used to extend the configure panel from plug-ins.
Returns : |
a GtkBox containing elements of the configure panel. [transfer none] |
Since 3.7
VisuUiPanel * visu_ui_panel_config_init (VisuUiMain *ui
);
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 configuration stuff can be done, such as the auto-reloading.
|
a VisuUiMain object. |
Returns : |
a newly created VisuUiPanel object. |
void visu_ui_panel_config_setAutomaticRefresh (VisuUiRenderingWindow *window
,gboolean bool
);
V_Sim can poll the rendered file at periodic intervals to check if the file
has been modified. If true, the file is reloaded. Turn this functionality on or off
with this method. See visu_ui_panel_config_setRefreshPeriod()
to tune the period of the polling.
|
the VisuUiRenderingWindow to associated the auto refresh ; |
|
a boolean value. |
void visu_ui_panel_config_setRefreshPeriod (VisuUiRenderingWindow *window
,float val
);
V_Sim can poll the rendered file at periodic intervals. Use this method to tune
the period. See visu_ui_panel_config_setAutomaticRefresh()
to enable this functionality.
|
the VisuUiRenderingWindow to associated the auto refresh ; |
|
a floating point value in milliseconds. |
void visu_ui_panel_config_setTabView (gboolean viewed
);
The note can show its tabs or not. Change this with that method.
|
a boolean value. |