![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Public Attributes | |
| QFont(* | get )(const struct option *) |
| QFont(* | def )(const struct option *) |
| void(* | set_def )(const struct option *, const QFont &font) |
| QString(* | target )(const struct option *) |
| bool(* | set )(struct option *, const QFont &) |
Definition at line 192 of file options.cpp.
| QFont(* option_font_vtable::def) (const struct option *) |
Definition at line 194 of file options.cpp.
Referenced by option_font_def().
| QFont(* option_font_vtable::get) (const struct option *) |
Definition at line 193 of file options.cpp.
Referenced by option_font_get().
| bool(* option_font_vtable::set) (struct option *, const QFont &) |
Definition at line 197 of file options.cpp.
Referenced by option_color_def().
| void(* option_font_vtable::set_def) (const struct option *, const QFont &font) |
Definition at line 195 of file options.cpp.
Referenced by option_font_set_default().
| QString(* option_font_vtable::target) (const struct option *) |
Definition at line 196 of file options.cpp.
Referenced by option_font_target().