Enumeration

IpuzPuzzleKind

Declaration

enum Ipuz.PuzzleKind

Description [src]

Represents a type of puzzle.

This is stored as the kind tag in an ipuz file.

Members

IPUZ_PUZZLE_ACROSTIC

An acrostic puzzle.

  • Value: 0
  • Nickname: acrostic
  • Available since: 1.0
IPUZ_PUZZLE_ARROWWORD

An arrowword puzzle.

  • Value: 1
  • Nickname: arrowword
  • Available since: 1.0
IPUZ_PUZZLE_BARRED

A barred puzzle.

  • Value: 2
  • Nickname: barred
  • Available since: 1.0
IPUZ_PUZZLE_CROSSWORD

A crossword puzzle.

  • Value: 3
  • Nickname: crossword
  • Available since: 1.0
IPUZ_PUZZLE_CRYPTIC

A cryptic crossword puzzle.

  • Value: 4
  • Nickname: cryptic
  • Available since: 1.0
IPUZ_PUZZLE_FILIPPINE

A filippine puzzle.

  • Value: 5
  • Nickname: filippine
  • Available since: 1.0
IPUZ_PUZZLE_NONOGRAM

A nonogram puzzle.

  • Value: 6
  • Nickname: nonogram
  • Available since: 1.0
IPUZ_PUZZLE_NONOGRAM_COLOR

A color nonogram puzzle.

  • Value: 7
  • Nickname: nonogram-color
  • Available since: 1.0
IPUZ_PUZZLE_UNKNOWN

Puzzle type not supported by libipuz.

  • Value: 8
  • Nickname: unknown
  • Available since: 1.0

Type functions

ipuz_puzzle_kind_from_gtype
No description available.

ipuz_puzzle_kind_to_gtype
No description available.