Method

IpuzNonogramget_count_crossed_off

Declaration [src]

gboolean
ipuz_nonogram_get_count_crossed_off (
  IpuzNonogram* self,
  IpuzClueDirection direction,
  guint index,
  guint count_index
)

Description [src]

Returns TRUE if the number identified by the arguments should be crossed off. This function is essentially a wrapper around parsing the stride_guess directly.

Parameters

direction

Type: IpuzClueDirection

Direction of the clues.

index

Type: guint

Index of the row or column.

count_index

Type: guint

The index of the number within those clues to set.

Return value

Type: gboolean

TRUE, if the number identified by the arguments should be crossed off.