query_window_type ( : : : WindowTypes )

Query all available window types.

query_window_type returns a tupel which contains all devices or software systems, respectively, which are used to display image objects. You may use query_window_type usefully while developing machine independent programs. Possible values are:

 'X-Window'         X-Window Version 11.

 'pixmap'           Windows are not displayed, but managed in memory.
                    In this manner it is possible to port HALCON\ programs to
                    computers without graphical display.

 'PostScript'       Objects are output to a PostScript File.


Parameters

WindowTypes (output_control)
string-array -> string
Names of available window types.


Result

query_window_type always returns 2 (H_MSG_TRUE).


Parallelization Information

query_window_type is reentrant, local, and processed without parallelization.


Possible Predecessors

reset_obj_db


Module

System



Copyright © 1996-2005 MVTec Software GmbH