HALCON Reference Manual 10.0.2
Table of Contents / Graphics / Window ClassesClassesClasses | | | Operators

query_window_typeT_query_window_typequery_window_typeQueryWindowTypeQueryWindowType (Operator)

Name

query_window_typeT_query_window_typequery_window_typeQueryWindowTypeQueryWindowType — Query all available window types.

Signature

query_window_type( : : : WindowTypes)

Herror T_query_window_type(Htuple* WindowTypes)

Herror query_window_type(HTuple* WindowTypes)

void HOperatorSetX.QueryWindowType([out] VARIANT* WindowTypes)

VARIANT HSystemX.QueryWindowType()

VARIANT HInfoX.QueryWindowType()

static void HOperatorSet.QueryWindowType(out HTuple windowTypes)

static HTuple HSystem.QueryWindowType()

static HTuple HInfo.QueryWindowType()

Description

query_window_typequery_window_typequery_window_typeQueryWindowTypeQueryWindowType returns a tupel which contains all devices or software systems, respectively, which are used to display image objects. You may use query_window_typequery_window_typequery_window_typeQueryWindowTypeQueryWindowType 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.

Parallelization

Parameters

WindowTypesWindowTypesWindowTypesWindowTypeswindowTypes (output_control)  string-array HTupleHTupleVARIANTHtuple (string) (string) (char*) (BSTR) (char*)

Names of available window types.

Result

query_window_typequery_window_typequery_window_typeQueryWindowTypeQueryWindowType always returns 2 (H_MSG_TRUE).

Possible Predecessors

reset_obj_dbreset_obj_dbreset_obj_dbResetObjDbResetObjDb

Module

Foundation


Table of Contents / Graphics / Window ClassesClassesClasses | | | Operators
HALCON Reference Manual 10.0.2 Copyright © 1996-2011 MVTec Software GmbH