#include "config.hpp"
#include "gui/dialogs/modal_dialog.hpp"
#include "gui/widgets/group.hpp"
#include "gui/widgets/text_box.hpp"
#include "hotkey/hotkey_command.hpp"
#include "preferences/advanced.hpp"
#include "preferences/game.hpp"
#include "theme.hpp"
Go to the source code of this file.
Classes | |
class | gui2::dialogs::preferences_dialog |
Namespaces | |
hotkey | |
Keyboard shortcuts for game actions. | |
preferences | |
Modify, read and display user preferences. | |
gui2 | |
Generic file dialog. | |
gui2::dialogs | |
Enumerations | |
enum | preferences::PREFERENCE_VIEW { preferences::VIEW_DEFAULT , preferences::VIEW_FRIENDS } |
Variables | |
static std::map< PREFERENCE_VIEW, std::pair< int, int > > | preferences::pef_view_map |
Map containing page mappings that can be used to set the initially displayed page of the dialog. More... | |