Struct

IpuzCellStats

Description [src]

struct IpuzCellStats {
  guint block_count;
  guint normal_count;
  guint null_count;
}

Stores statistics about a puzzle.

Structure members
block_count

Number of IPUZ_CELL_BLOCK cells in the puzzle.

normal_count

Number of IPUZ_CELL_NORMAL cells in the puzzle.

null_count

Number of IPUZ_CELL_NULL cells in the puzzle.

Constructors

ipuz_cell_stats_new

Creates a new empty IpuzCellStats.

Instance methods

ipuz_cell_stats_copy

Creates a copy of self.

ipuz_cell_stats_equal

Compares two IpuzPuzzleStats and returns TRUE if they contain the same values.

ipuz_cell_stats_free

Frees self.