Freeciv21
Develop your civilization from humble roots to a global empire
option_color_vtable Struct Reference
+ Collaboration diagram for option_color_vtable:

Public Attributes

struct ft_color(* get )(const struct option *)
 
struct ft_color(* def )(const struct option *)
 
bool(* set )(struct option *, struct ft_color)
 

Detailed Description

Definition at line 200 of file options.cpp.

Member Data Documentation

◆ def

struct ft_color(* option_color_vtable::def) (const struct option *)

Definition at line 197 of file options.cpp.

◆ get

struct ft_color(* option_color_vtable::get) (const struct option *)

Definition at line 197 of file options.cpp.

◆ set

bool(* option_color_vtable::set) (struct option *, struct ft_color)

Definition at line 203 of file options.cpp.

Referenced by option_color_set().