Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

int_pair Struct Reference

#include <fack.hpp>

List of all members.

Public Member Functions

 int_pair (int x, int y)
 int_pair ()
bool operator< (const int_pair &p) const
bool operator== (const int_pair &p) const
int_pair operator- (const int_pair &p) const
int_pair operator+ (const int_pair &p) const

Public Attributes

int x
int y


Constructor & Destructor Documentation

int_pair::int_pair int  x,
int  y
[inline]
 

Definition at line 365 of file fack.hpp.

int_pair::int_pair  )  [inline]
 

Definition at line 368 of file fack.hpp.

Referenced by operator+(), and operator-().


Member Function Documentation

int_pair int_pair::operator+ const int_pair p  )  const
 

Definition at line 4862 of file fack.cc.

References int_pair(), and y.

int_pair int_pair::operator- const int_pair p  )  const
 

Definition at line 4856 of file fack.cc.

References int_pair(), and y.

bool int_pair::operator< const int_pair p  )  const
 

bool int_pair::operator== const int_pair p  )  const
 


Member Data Documentation

int int_pair::x
 

Definition at line 364 of file fack.hpp.

Referenced by path_finding::best_route(), surf_and_weight::calc_weight(), compute_dir(), compute_feet_positions(), create_rect(), decide_position_for_text(), path_finding::distance(), draw_verb_dialog(), FACK::find_scrolling_rect(), path_finding::int_pair__equal(), zoomable::item_at_screen_pos(), container::item_at_screen_pos(), path_finding::neighbours(), point_in_rect(), anim_frame::point_in_surf(), hot_zone_pixel_perfect::point_in_zone(), hot_zone_square::point_in_zone(), text::print_letter(), text::print_line_of_text(), container::render(), zoomable::render(), FACK::render_command_bar(), FACK::start(), path_finding::string_of_int_pair(), and update_speech().

int int_pair::y
 

Definition at line 364 of file fack.hpp.

Referenced by path_finding::best_route(), surf_and_weight::calc_weight(), compute_dir(), compute_feet_positions(), create_rect(), decide_position_for_text(), path_finding::distance(), draw_verb_dialog(), FACK::find_scrolling_rect(), path_finding::int_pair__equal(), zoomable::item_at_screen_pos(), container::item_at_screen_pos(), path_finding::neighbours(), operator+(), operator-(), point_in_rect(), anim_frame::point_in_surf(), hot_zone_pixel_perfect::point_in_zone(), hot_zone_square::point_in_zone(), text::print_letter(), text::print_line_of_text(), printable_must_be_printed_before(), container::render(), zoomable::render(), FACK::render_command_bar(), FACK::start(), path_finding::string_of_int_pair(), and update_speech().


The documentation for this struct was generated from the following files:
Generated on Wed May 25 15:36:10 2005 for FACK by  doxygen 1.4.0