Freeciv21
Develop your civilization from humble roots to a global empire
option_font_vtable Struct Reference

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 &)
 

Detailed Description

Definition at line 192 of file options.cpp.

Member Data Documentation

◆ def

QFont(* option_font_vtable::def) (const struct option *)

Definition at line 194 of file options.cpp.

Referenced by option_font_def().

◆ get

QFont(* option_font_vtable::get) (const struct option *)

Definition at line 193 of file options.cpp.

Referenced by option_font_get().

◆ set

bool(* option_font_vtable::set) (struct option *, const QFont &)

Definition at line 197 of file options.cpp.

Referenced by option_color_def().

◆ set_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().

◆ target

QString(* option_font_vtable::target) (const struct option *)

Definition at line 196 of file options.cpp.

Referenced by option_font_target().