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

Public Attributes

int(* number )(const struct option *)
 
const char *(* name )(const struct option *)
 
const char *(* description )(const struct option *)
 
const char *(* help_text )(const struct option *)
 
int(* category )(const struct option *)
 
bool(* is_changeable )(const struct option *)
 
struct option *(* next )(const struct option *)
 

Detailed Description

Definition at line 146 of file options.cpp.

Member Data Documentation

◆ category

int(* option_common_vtable::category) (const struct option *)

Definition at line 151 of file options.cpp.

Referenced by option_category_name().

◆ description

const char*(* option_common_vtable::description) (const struct option *)

Definition at line 149 of file options.cpp.

Referenced by option_description().

◆ help_text

const char*(* option_common_vtable::help_text) (const struct option *)

Definition at line 150 of file options.cpp.

Referenced by option_help_text().

◆ is_changeable

bool(* option_common_vtable::is_changeable) (const struct option *)

Definition at line 152 of file options.cpp.

Referenced by option_is_changeable().

◆ name

const char*(* option_common_vtable::name) (const struct option *)

Definition at line 148 of file options.cpp.

Referenced by option_name().

◆ next

struct option*(* option_common_vtable::next) (const struct option *)

Definition at line 152 of file options.cpp.

Referenced by option_next().

◆ number

int(* option_common_vtable::number) (const struct option *)

Definition at line 147 of file options.cpp.

Referenced by option_number().