command.cc File Reference

#include "AppHdr.h"
#include "command.h"
#include <stdio.h>
#include <string.h>
#include <sstream>
#include <ctype.h>
#include "externs.h"
#include "options.h"
#include "abl-show.h"
#include "branch.h"
#include "chardump.h"
#include "cio.h"
#include "colour.h"
#include "database.h"
#include "debug.h"
#include "decks.h"
#include "describe.h"
#include "files.h"
#include "ghost.h"
#include "invent.h"
#include "itemname.h"
#include "items.h"
#include "libutil.h"
#include "macro.h"
#include "menu.h"
#include "message.h"
#include "mon-stuff.h"
#include "mon-util.h"
#include "ouch.h"
#include "place.h"
#include "player.h"
#include "religion.h"
#include "showsymb.h"
#include "skills2.h"
#include "species.h"
#include "spl-book.h"
#include "spl-cast.h"
#include "spl-util.h"
#include "state.h"
#include "stuff.h"
#include "env.h"
#include "terrain.h"
#include "transform.h"
#include "hints.h"
#include "view.h"
#include "viewchar.h"

Include dependency graph for command.cc:


Classes

struct  help_file
class  DescMenu
class  help_highlighter

Typedefs

typedef void(* db_keys_recap )(std::vector< std::string > &)

Functions

void adjust (void)
void swap_inv_slots (int from_slot, int to_slot, bool verbose)
void list_armour ()
void list_jewellery (void)
void list_weapons (void)
void show_specific_help (const std::string &help)
void show_levelmap_help ()
void show_pickup_menu_help ()
void show_targeting_help ()
void show_interlevel_travel_branch_help ()
void show_interlevel_travel_depth_help ()
void show_stash_search_help ()
void show_butchering_help ()
void list_commands (int hotkey, bool do_redraw_screen, std::string highlight_string)

Variables

help_file help_files []

Typedef Documentation

typedef void(* db_keys_recap)(std::vector< std::string > &)


Function Documentation

void adjust ( void   ) 

Here is the call graph for this function:

void list_armour (  ) 

Here is the call graph for this function:

void list_commands ( int  hotkey,
bool  do_redraw_screen,
std::string  highlight_string 
)

Here is the call graph for this function:

void list_jewellery ( void   ) 

Here is the call graph for this function:

void list_weapons ( void   ) 

Here is the call graph for this function:

void show_butchering_help (  ) 

Here is the call graph for this function:

void show_interlevel_travel_branch_help (  ) 

Here is the call graph for this function:

void show_interlevel_travel_depth_help (  ) 

Here is the call graph for this function:

void show_levelmap_help (  ) 

Here is the call graph for this function:

void show_pickup_menu_help (  ) 

Here is the call graph for this function:

void show_specific_help ( const std::string help  ) 

Here is the call graph for this function:

void show_stash_search_help (  ) 

Here is the call graph for this function:

void show_targeting_help (  ) 

Here is the call graph for this function:

void swap_inv_slots ( int  from_slot,
int  to_slot,
bool  verbose 
)

Here is the call graph for this function:


Variable Documentation

Initial value:

 {
    { "crawl_manual.txt",  '*', true },
    { "../README.txt",     '!', false },
    { "aptitudes.txt",     '%', false },
    { "quickstart.txt",    '^', false },
    { "macros_guide.txt",  '~', false },
    { "options_guide.txt", '&', false },



    { NULL, 0, false }
}


Generated on Thu Jan 13 13:03:38 2011 by  doxygen 1.5.6