![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Collaboration diagram for inputfile:Public Attributes | |
| unsigned int | magic |
| QString | filename |
| QIODevice * | fp |
| QTextStream * | stream |
| QString | cur_line |
| unsigned int | cur_line_pos |
| unsigned int | line_num |
| QString | partial |
| QString | token |
| datafilename_fn_t | datafn |
| bool | in_string |
| int | string_start_line |
| struct inputfile * | included_from |
Definition at line 81 of file inputfile.cpp.
| QString inputfile::cur_line |
Definition at line 86 of file inputfile.cpp.
Referenced by at_eol(), check_include(), get_token_entry_name(), get_token_eol(), get_token_section_name(), get_token_value(), get_token_white_char(), have_line(), inf_at_eof(), inf_log_str(), init_zeros(), and read_a_line().
| unsigned int inputfile::cur_line_pos |
Definition at line 87 of file inputfile.cpp.
Referenced by at_eol(), check_include(), get_token_entry_name(), get_token_eol(), get_token_section_name(), get_token_value(), get_token_white_char(), inf_at_eof(), inf_log_str(), init_zeros(), and read_a_line().
| datafilename_fn_t inputfile::datafn |
Definition at line 93 of file inputfile.cpp.
Referenced by check_include(), get_token_value(), inf_from_file(), inf_from_stream(), and init_zeros().
| QString inputfile::filename |
Definition at line 83 of file inputfile.cpp.
Referenced by check_include(), inf_filename(), inf_from_file(), inf_from_stream(), init_zeros(), read_a_line(), and stop_reading().
| QIODevice* inputfile::fp |
Definition at line 84 of file inputfile.cpp.
Referenced by get_token_value(), inf_close_partial(), inf_from_file(), inf_from_stream(), inf_sanity_check(), init_zeros(), and read_a_line().
| bool inputfile::in_string |
Definition at line 96 of file inputfile.cpp.
Referenced by check_include(), get_token_value(), inf_log_str(), inf_sanity_check(), and init_zeros().
| struct inputfile* inputfile::included_from |
Definition at line 101 of file inputfile.cpp.
Referenced by check_include(), inf_at_eof(), inf_close(), inf_log_str(), inf_sanity_check(), init_zeros(), and stop_reading().
| unsigned int inputfile::line_num |
Definition at line 88 of file inputfile.cpp.
Referenced by get_token_value(), inf_log_str(), init_zeros(), and read_a_line().
| unsigned int inputfile::magic |
Definition at line 82 of file inputfile.cpp.
Referenced by inf_close_partial(), inf_sanity_check(), and init_zeros().
| QString inputfile::partial |
Definition at line 89 of file inputfile.cpp.
Referenced by get_token_value(), and init_zeros().
| QTextStream* inputfile::stream |
Definition at line 85 of file inputfile.cpp.
Referenced by inf_at_eof(), inf_close_partial(), inf_from_stream(), init_zeros(), and read_a_line().
| int inputfile::string_start_line |
Definition at line 99 of file inputfile.cpp.
Referenced by get_token_value(), inf_log_str(), inf_sanity_check(), and init_zeros().
| QString inputfile::token |
Definition at line 92 of file inputfile.cpp.
Referenced by get_token_entry_name(), get_token_eol(), get_token_section_name(), get_token_value(), get_token_white_char(), and init_zeros().