Name
get_window_paramT_get_window_paramGetWindowParamGetWindowParam — Get window parameters.
The operator get_window_paramget_window_paramGetWindowParamGetWindowParamGetWindowParam allows to query different parameters
of an open window. For detailed descriptions of the individual parameters
see set_window_paramset_window_paramSetWindowParamSetWindowParamSetWindowParam.
General window parameters:
- 'flush'
-
'true'"true""true""true""true" if automatic flushing is enabled, 'false'"false""false""false""false"
otherwise.
- 'region_quality'
-
Quality of the rendering of regions.
- 'background_color'
-
The background color of the window WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle.
- 'window_title'
-
The text in the title bar of the window WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle.
- 'anti_aliasing'
-
'true'"true""true""true""true" if anti aliasing is enabled, 'false'"false""false""false""false"
otherwise.
- 'graphics_stack'
-
'true'"true""true""true""true" if the graphics stack is enabled, 'false'"false""false""false""false"
otherwise.
- 'graphics_stack_max_element_num'
-
Maximum number of elements in the graphics stack.
- 'graphics_stack_max_memory_size'
-
Maximum memory consumption of the graphics stack.
Parameters concerning the '3d_plot'"3d_plot""3d_plot""3d_plot""3d_plot":
- 'angle_of_view'
-
The angle of view of the virtual camera used to display the 3D plot.
- 'axis_captions'
-
The captions for row, column, and height axis.
- 'plot_quality'
-
The quality of the 3D plot.
- 'scale_plot'
-
'true'"true""true""true""true" if the height values of an image are transformed into
the interval [0,255] before display, 'false'"false""false""false""false" otherwise.
- 'display_grid'
-
'true'"true""true""true""true" if the grid is displayed.
- 'display_axes'
'true'"true""true""true""true" if the coordinate axes are displayed.
The parameters 'anti_aliasing'"anti_aliasing""anti_aliasing""anti_aliasing""anti_aliasing", 'flush'"flush""flush""flush""flush",
'graphics_stack'"graphics_stack""graphics_stack""graphics_stack""graphics_stack", 'graphics_stack_max_element_num'"graphics_stack_max_element_num""graphics_stack_max_element_num""graphics_stack_max_element_num""graphics_stack_max_element_num",
'graphics_stack_max_memory_size'"graphics_stack_max_memory_size""graphics_stack_max_memory_size""graphics_stack_max_memory_size""graphics_stack_max_memory_size", and 'region_quality'"region_quality""region_quality""region_quality""region_quality"
depend on the library libcanvas, which might not be available on embedded
systems.
- Multithreading type: reentrant (runs in parallel with non-exclusive operators).
- Multithreading scope: global (may be called from any thread).
- Processed without parallelization.
Name of the parameter.
Default value:
'flush'
"flush"
"flush"
"flush"
"flush"
List of values: 'angle_of_view'"angle_of_view""angle_of_view""angle_of_view""angle_of_view", 'axis_captions'"axis_captions""axis_captions""axis_captions""axis_captions", 'background_color'"background_color""background_color""background_color""background_color", 'display_axes'"display_axes""display_axes""display_axes""display_axes", 'display_grid'"display_grid""display_grid""display_grid""display_grid", 'flush'"flush""flush""flush""flush", 'graphics_stack'"graphics_stack""graphics_stack""graphics_stack""graphics_stack", 'graphics_stack_max_element_num'"graphics_stack_max_element_num""graphics_stack_max_element_num""graphics_stack_max_element_num""graphics_stack_max_element_num", 'graphics_stack_max_memory_size'"graphics_stack_max_memory_size""graphics_stack_max_memory_size""graphics_stack_max_memory_size""graphics_stack_max_memory_size", 'plot_quality'"plot_quality""plot_quality""plot_quality""plot_quality", 'region_quality'"region_quality""region_quality""region_quality""region_quality", 'scale_plot'"scale_plot""scale_plot""scale_plot""scale_plot", 'window_title'"window_title""window_title""window_title""window_title"
ValueValueValueValuevalue (output_control) string(-array) → HTupleHTupleHtuple (string / real / integer) (string / double / int / long) (HString / double / Hlong) (char* / double / Hlong)
Value of the parameter.
open_windowopen_windowOpenWindowOpenWindowOpenWindow
set_window_paramset_window_paramSetWindowParamSetWindowParamSetWindowParam
get_window_attrget_window_attrGetWindowAttrGetWindowAttrGetWindowAttr,
get_part_styleget_part_styleGetPartStyleGetPartStyleGetPartStyle
Foundation