ClassesClasses | | Operators

get_window_paramget_window_paramGetWindowParamGetWindowParam (Operator)

Name

get_window_paramget_window_paramGetWindowParamGetWindowParam — Get window parameters.

Signature

get_window_param( : : WindowHandle, Param : Value)

Herror get_window_param(const Hlong WindowHandle, const char* Param, char* Value)

Herror T_get_window_param(const Htuple WindowHandle, const Htuple Param, Htuple* Value)

void GetWindowParam(const HTuple& WindowHandle, const HTuple& Param, HTuple* Value)

HTuple HWindow::GetWindowParam(const HString& Param) const

HTuple HWindow::GetWindowParam(const char* Param) const

static void HOperatorSet.GetWindowParam(HTuple windowHandle, HTuple param, out HTuple value)

HTuple HWindow.GetWindowParam(string param)

Description

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.

Execution Information

Parameters

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandle (input_control)  window HWindow, HTupleHTupleHtuple (integer) (IntPtr) (Hlong) (Hlong)

Window handle.

ParamParamParamParamparam (input_control)  string HTupleHTupleHtuple (string) (string) (HString) (char*)

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.

Possible Predecessors

open_windowopen_windowOpenWindowOpenWindowOpenWindow

Possible Successors

set_window_paramset_window_paramSetWindowParamSetWindowParamSetWindowParam

See also

get_window_attrget_window_attrGetWindowAttrGetWindowAttrGetWindowAttr, get_part_styleget_part_styleGetPartStyleGetPartStyleGetPartStyle

Module

Foundation


ClassesClasses | | Operators