Public Attributes | |
| CairoColor | dark_square_color |
| guint32 | dark_square_color_pixel |
| CairoColor | light_square_color |
| guint32 | light_square_color_pixel |
| CairoColor | board_border_color |
| guint32 | board_border_color_pixel |
| CairoColor | white_piece_fill_color |
| guint32 | white_piece_fill_color_pixel |
| CairoColor | white_piece_line_color |
| guint32 | white_piece_line_color_pixel |
| CairoColor | black_piece_fill_color |
| guint32 | black_piece_fill_color_pixel |
| CairoColor | black_piece_line_color |
| guint32 | black_piece_line_color_pixel |
| GdkColor | widget_background_color |
| CairoColor | color_palet [31] |
| guint32 | allocated_colors_mask |
| CairoColor | cursor_color |
| guint32 | cursor_color_pixel |
| gboolean | draw_border |
| gboolean | flip_board |
| gboolean | draw_turn_indicators |
| gboolean | active_turn_indicator |
| gboolean | has_hud_layer [number_of_hud_layers] |
| gdouble | marker_thickness |
| gboolean | marker_below |
| gdouble | cursor_thickness |
| gboolean | show_cursor |
| gint | sside |
| gint | border_width |
| gint | top_left_pixmap_x |
| gint | top_left_pixmap_y |
| gint | bottom_right_pixmap_x |
| gint | bottom_right_pixmap_y |
| gint | pixmap_top_left_a8_x |
| gint | pixmap_top_left_a8_y |
| GdkRegion* | chessboard_region |
| gint | marker_thickness_px |
| gint | cursor_thickness_px |
| gint | cursor_col |
| gint | cursor_row |
| GdkPixmap* | pixmap |
| cairo_t* | cr |
| SquareCache | piece_pixmap [12] |
| cairo_surface_t* | hud_layer_surface [number_of_hud_layers] |
| gint64 | hud_has_content [number_of_hud_layers] |
| gint64 | hud_need_redraw [number_of_hud_layers] |
| SquareCache | hatching_pixmap |
| CwChessboardCode | board_codes [64] |
| gint64 | need_redraw_invalidated |
| gint64 | need_redraw |
| gsize | number_of_floating_pieces |
| FloatingPiece | floating_piece [32] |
| gint | floating_piece_handle |
| gboolean | redraw_background |
| GPtrArray* | arrows |
Definition at line 218 of file CwChessboard.cc.