The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Classes | Typedefs | Enumerations | Functions
ng Namespace Reference

Namespaces

 depcheck
 

Classes

class  campaign
 
class  configure_engine
 configure_engine More...
 
class  connect_engine
 
class  create_engine
 
class  flg_manager
 FLG stands for faction, leader and gender. More...
 
class  level
 
class  random_map
 
class  scenario
 
class  side_engine
 
class  user_map
 

Typedefs

typedef boost::scoped_ptr
< connect_engine
connect_engine_ptr
 
typedef boost::shared_ptr
< side_engine
side_engine_ptr
 
typedef std::pair
< ng::controller, std::string
controller_option
 

Enumerations

enum  controller {
  CNTR_NETWORK = 0, CNTR_LOCAL, CNTR_COMPUTER, CNTR_EMPTY,
  CNTR_RESERVED, CNTR_LAST
}
 

Functions

static bool less_campaigns_rank (const create_engine::level_ptr &a, const create_engine::level_ptr &b)
 
std::string get_RC_suffix (const std::string &unit_color, const std::string &color)
 
const std::string random_enemy_picture ("units/random-dice.png")
 

Typedef Documentation

typedef boost::scoped_ptr<connect_engine> ng::connect_engine_ptr

Definition at line 41 of file connect_engine.hpp.

Definition at line 45 of file connect_engine.hpp.

Definition at line 44 of file connect_engine.hpp.

Enumeration Type Documentation

Enumerator
CNTR_NETWORK 
CNTR_LOCAL 
CNTR_COMPUTER 
CNTR_EMPTY 
CNTR_RESERVED 
CNTR_LAST 

Definition at line 31 of file connect_engine.hpp.

Function Documentation

std::string ng::get_RC_suffix ( const std::string unit_color,
const std::string color 
)
static bool ng::less_campaigns_rank ( const create_engine::level_ptr &  a,
const create_engine::level_ptr &  b 
)
static

Definition at line 75 of file create_engine.cpp.

Referenced by ng::create_engine::init_all_levels().

const std::string ng::random_enemy_picture ( "units/random-dice.png"  )