ClassesClasses | | Operators

query_window_typeT_query_window_typeQueryWindowTypeQueryWindowType (Operator)

Name

query_window_typeT_query_window_typeQueryWindowTypeQueryWindowType — Query all available window types.

Signature

query_window_type( : : : WindowTypes)

Herror T_query_window_type(Htuple* WindowTypes)

void QueryWindowType(HTuple* WindowTypes)

static HTuple HSystem::QueryWindowType()

static HTuple HInfo::QueryWindowType()

static void HOperatorSet.QueryWindowType(out HTuple windowTypes)

static HTuple HSystem.QueryWindowType()

static HTuple HInfo.QueryWindowType()

Description

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

'X-Window'

X-Window Version 11.

'WIN32-Window'

Microsoft Windows.

'Cocoa'

macOS.

'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.

Execution Information

Parameters

WindowTypesWindowTypesWindowTypesWindowTypeswindowTypes (output_control)  string-array HTupleHTupleHtuple (string) (string) (HString) (char*)

Names of available window types.

Result

query_window_typequery_window_typeQueryWindowTypeQueryWindowTypeQueryWindowType always returns 2 (H_MSG_TRUE).

Possible Predecessors

reset_obj_dbreset_obj_dbResetObjDbResetObjDbResetObjDb

Module

Foundation


ClassesClasses | | Operators