![]() |
Freeciv21
Develop your civilization from humble roots to a global empire
|
Public Attributes | |
| int | flags |
| enum editor_tool_mode | mode |
| int | size |
| int | count |
| int | applied_player_no |
| const char * | name |
| int | value |
| const char * | tooltip |
Definition at line 59 of file editor.cpp.
| int editor_tool::applied_player_no |
Definition at line 64 of file editor.cpp.
Referenced by editor_tool_get_applied_player(), editor_tool_set_applied_player(), and tool_init().
| int editor_tool::count |
Definition at line 63 of file editor.cpp.
Referenced by editor_tool_get_count(), editor_tool_set_count(), and tool_init().
| int editor_tool::flags |
Definition at line 60 of file editor.cpp.
Referenced by editor_tool_has_applied_player(), editor_tool_has_count(), editor_tool_has_size(), editor_tool_has_value(), editor_tool_has_value_erase(), and tool_init().
| enum editor_tool_mode editor_tool::mode |
Definition at line 60 of file editor.cpp.
Referenced by editor_tool_set_mode(), and tool_init().
| const char* editor_tool::name |
Definition at line 65 of file editor.cpp.
Referenced by editor_tool_get_name(), and tool_init().
| int editor_tool::size |
Definition at line 62 of file editor.cpp.
Referenced by editor_tool_get_size(), editor_tool_set_size(), and tool_init().
| const char* editor_tool::tooltip |
Definition at line 67 of file editor.cpp.
Referenced by editor_tool_get_tooltip(), and tool_init().
| int editor_tool::value |
Definition at line 66 of file editor.cpp.
Referenced by editor_tool_get_value(), editor_tool_set_value(), and tool_set_init_value().