The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions | Variables
editor_preferences.hpp File Reference
#include <string>
#include <vector>
Include dependency graph for editor_preferences.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 preferences
 Modify, read and display user preferences.
 
 preferences::editor
 
 preferences::editor::TransitionUpdateMode
 

Functions

int preferences::editor::auto_update_transitions ()
 
void preferences::editor::set_auto_update_transitions (int value)
 
std::string preferences::editor::default_dir ()
 
bool preferences::editor::draw_terrain_codes ()
 
void preferences::editor::set_draw_terrain_codes (bool value)
 
bool preferences::editor::draw_hex_coordinates ()
 
void preferences::editor::set_draw_hex_coordinates (bool value)
 
std::vector< std::stringpreferences::editor::recent_files ()
 Retrieves the list of recently opened files. More...
 
void preferences::editor::add_recent_files_entry (const std::string &path)
 Adds an entry to the recent files list. More...
 
void preferences::editor::remove_recent_files_entry (const std::string &path)
 Removes a single entry from the recent files list. More...
 

Variables

const int preferences::editor::TransitionUpdateMode::off = 0
 
const int preferences::editor::TransitionUpdateMode::on = 1
 
const int preferences::editor::TransitionUpdateMode::partial = 2
 
const int preferences::editor::TransitionUpdateMode::count = 3