#include "global.hpp"
#include "construct_dialog.hpp"
#include "config.hpp"
#include "cursor.hpp"
#include "display.hpp"
#include "events.hpp"
#include "gettext.hpp"
#include "image.hpp"
#include "key.hpp"
#include "sound.hpp"
#include "log.hpp"
#include "marked-up_text.hpp"
#include "thread.hpp"
#include "language.hpp"
#include "sdl_utils.hpp"
#include "tooltips.hpp"
#include "util.hpp"
#include "video.hpp"
#include "widgets/button.hpp"
#include "widgets/menu.hpp"
#include "widgets/progressbar.hpp"
#include "widgets/textbox.hpp"
#include "SDL_ttf.h"
#include <iostream>
#include <numeric>
Go to the source code of this file.
Namespaces | |
namespace | gui |
Defines | |
#define | GETTEXT_DOMAIN "wesnoth-lib" |
#define | ERR_DP LOG_STREAM(err, display) |
#define | LOG_DP LOG_STREAM(info, display) |
#define | DBG_DP LOG_STREAM(debug, display) |
#define | ERR_G LOG_STREAM(err, general) |
Variables | |
std::vector< std::string > | empty_string_vector |
Definition at line 49 of file construct_dialog.cpp.
Referenced by theme::add_object(), display::create_buttons(), display::draw_init(), draw_panel(), image::getMinimap(), display::invalidate_all(), gui::dialog::layout(), and display::screenshot().
#define ERR_DP LOG_STREAM(err, display) |
Definition at line 47 of file construct_dialog.cpp.
Referenced by gui::button::button(), CVideo::CVideo(), gui::dialog::dialog(), do_resolve_rects(), draw_background(), gui::dialog_frame::draw_background(), fade_logo(), image::locator::load_image_file(), image::locator::load_image_sub_file(), display::refresh_report(), display::render_unit_image(), display::scroll_to_tile(), display::scroll_to_tiles(), and gui::dialog::show().
#define ERR_G LOG_STREAM(err, general) |
Definition at line 50 of file construct_dialog.cpp.
Referenced by gui2::decode_font_style(), gui2::tcontrol::get_multi_line_best_size(), hotkey::key_event(), hotkey::load_descriptions(), threading::condition::notify_all(), threading::condition::notify_one(), t_translation::read_game_map(), gui::show_error_message(), and threading::condition::wait_timeout().
#define GETTEXT_DOMAIN "wesnoth-lib" |
Definition at line 18 of file construct_dialog.cpp.
#define LOG_DP LOG_STREAM(info, display) |
Definition at line 48 of file construct_dialog.cpp.
Referenced by dialogs::advance_unit(), draw_background(), draw_tip_of_day(), fade_logo(), theme::set_resolution(), gui::dialog::show(), gui::show_title(), and CVideo::~CVideo().
std::vector<std::string> empty_string_vector [static] |
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |