The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Private Attributes | List of all members
attack_prediction_displayer Class Reference

#include <attack_prediction_display.hpp>

Inheritance diagram for attack_prediction_displayer:
Inheritance graph

Public Member Functions

 attack_prediction_displayer (const std::vector< battle_context > &bc_vector, const map_location &attacker_loc, const map_location &defender_loc)
 
RESULT button_pressed (int selection)
 
- Public Member Functions inherited from gui::dialog_button_action
virtual ~dialog_button_action ()
 

Private Attributes

const std::vector
< battle_context > & 
bc_vector_
 
const map_locationattacker_loc_
 
const map_locationdefender_loc_
 

Additional Inherited Members

- Public Types inherited from gui::dialog_button_action
typedef DIALOG_RESULT RESULT
 

Detailed Description

Definition at line 114 of file attack_prediction_display.hpp.

Constructor & Destructor Documentation

attack_prediction_displayer::attack_prediction_displayer ( const std::vector< battle_context > &  bc_vector,
const map_location attacker_loc,
const map_location defender_loc 
)
inline

Definition at line 117 of file attack_prediction_display.hpp.

Member Function Documentation

attack_prediction_displayer::RESULT attack_prediction_displayer::button_pressed ( int  selection)
virtual

Member Data Documentation

const map_location& attack_prediction_displayer::attacker_loc_
private

Definition at line 126 of file attack_prediction_display.hpp.

Referenced by button_pressed().

const std::vector<battle_context>& attack_prediction_displayer::bc_vector_
private

Definition at line 125 of file attack_prediction_display.hpp.

Referenced by button_pressed().

const map_location& attack_prediction_displayer::defender_loc_
private

Definition at line 127 of file attack_prediction_display.hpp.

Referenced by button_pressed().


The documentation for this class was generated from the following files: