The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Macros | Typedefs | Functions | Variables
help_topic_generators.cpp File Reference
#include "help_topic_generators.hpp"
#include "game_config.hpp"
#include "game_preferences.hpp"
#include "gettext.hpp"
#include "language.hpp"
#include "log.hpp"
#include "movetype.hpp"
#include "units/race.hpp"
#include "terrain/terrain.hpp"
#include "terrain/translation.hpp"
#include "terrain/type_data.hpp"
#include "tstring.hpp"
#include "units/helper.hpp"
#include "units/types.hpp"
#include "video.hpp"
#include <boost/optional.hpp>
#include <boost/shared_ptr.hpp>
#include <iostream>
#include <map>
#include <set>
#include <SDL.h>
Include dependency graph for help_topic_generators.cpp:

Go to the source code of this file.

Namespaces

 help
 

Macros

#define WRN_HP   LOG_STREAM(warn, log_help)
 
#define DBG_HP   LOG_STREAM(debug, log_help)
 

Typedefs

typedef
t_translation::t_list::const_iterator 
help::t_it
 
typedef std::pair< std::string,
std::string
help::trait_data
 

Functions

static std::string help::best_str (bool best)
 
static std::string help::print_behavior_description (t_it start, t_it end, const tdata_cache &tdata, bool first_level=true, bool begin_best=true)
 
static void help::print_trait_list (std::stringstream &ss, const std::vector< trait_data > &l)
 

Variables

static lg::log_domain log_help ("help")
 

Macro Definition Documentation

#define DBG_HP   LOG_STREAM(debug, log_help)

Definition at line 41 of file help_topic_generators.cpp.

#define WRN_HP   LOG_STREAM(warn, log_help)

Variable Documentation

lg::log_domain log_help("help")
static