query_lutT_query_lutQueryLutQueryLutquery_lut (Operator)

Name

query_lutT_query_lutQueryLutQueryLutquery_lut — Query all available look-up-tables (lut).

Signature

query_lut( : : WindowHandle : LookUpTable)

Herror T_query_lut(const Htuple WindowHandle, Htuple* LookUpTable)

void QueryLut(const HTuple& WindowHandle, HTuple* LookUpTable)

HTuple HWindow::QueryLut() const

static void HOperatorSet.QueryLut(HTuple windowHandle, out HTuple lookUpTable)

HTuple HWindow.QueryLut()

def query_lut(window_handle: HHandle) -> Sequence[str]

Description

query_lutquery_lutQueryLutQueryLutQueryLutquery_lut returns the names of all look-up-tables available on the current used device. These tables can be set with set_lutset_lutSetLutSetLutSetLutset_lut. An table named 'default' is always available.

Execution Information

Parameters

WindowHandleWindowHandleWindowHandleWindowHandlewindowHandlewindow_handle (input_control)  window HWindow, HTupleHHandleHTupleHtuple (handle) (IntPtr) (HHandle) (handle)

Window handle.

LookUpTableLookUpTableLookUpTableLookUpTablelookUpTablelook_up_table (output_control)  string-array HTupleSequence[str]HTupleHtuple (string) (string) (HString) (char*)

Names of look-up-tables.

Result

query_lutquery_lutQueryLutQueryLutQueryLutquery_lut returns TRUE if a window is valid. Otherwise an exception is raised.

Possible Successors

set_lutset_lutSetLutSetLutSetLutset_lut, disp_lutdisp_lutDispLutDispLutDispLutdisp_lut

See also

set_lutset_lutSetLutSetLutSetLutset_lut

Module

Foundation