|
FlightGear next
|
Public Attributes | |
| const char * | option |
| int | param_type |
| int | type |
| const char * | property |
| bool | b_param |
| const char * | s_param |
| int(* | func )(const char *) |
Definition at line 1818 of file options.cxx.
| bool OptionDesc::b_param |
Definition at line 1823 of file options.cxx.
| int(* OptionDesc::func) (const char *) |
Definition at line 1825 of file options.cxx.
| const char* OptionDesc::option |
Definition at line 1819 of file options.cxx.
| int OptionDesc::param_type |
Definition at line 1820 of file options.cxx.
| const char* OptionDesc::property |
Definition at line 1822 of file options.cxx.
| const char* OptionDesc::s_param |
Definition at line 1824 of file options.cxx.
| int OptionDesc::type |
Definition at line 1821 of file options.cxx.