Function object to find an item at the specified coordinates. More...
Public Member Functions | |
item_at (const int x, const int y) | |
bool | operator() (const item &) const |
Private Attributes | |
const int | x_ |
const int | y_ |
Function object to find an item at the specified coordinates.
Definition at line 87 of file help_text_area.hpp.
Definition at line 89 of file help_text_area.hpp.
bool help::help_text_area::item_at::operator() | ( | const item & | item | ) | const |
Definition at line 553 of file help_text_area.cpp.
References sdl::point_in_rect(), help::help_text_area::item::rect, x_, and y_.
|
private |
Definition at line 92 of file help_text_area.hpp.
|
private |
Definition at line 92 of file help_text_area.hpp.