Simple functor for finding which renderable the mouse is hovered over. More...
#include <nineboxstrategy.cpp>
Public Member Functions | |
NineBoxCheck (NineBoxStrategy::PartitionVec *StratPartitions) | |
Functor constructor. More... | |
~NineBoxCheck () | |
Class destructor. | |
Boole | operator() (Widget *Wid) |
Interface needed for processing child widgets of screens and widgets. More... | |
Protected Attributes | |
NineBoxStrategy::PartitionVec * | Partitions |
A pointer to the Vector of 9 partitions on the screen to use for spacial checks. | |
Simple functor for finding which renderable the mouse is hovered over.
This is intended for reverse checks.
Definition at line 60 of file nineboxstrategy.cpp.
|
inline |
Functor constructor.
StratPartitions | A pointer to the Vector of 9 partitions on the screen to use for spacial checks. |
Definition at line 68 of file nineboxstrategy.cpp.
Interface needed for processing child widgets of screens and widgets.
Wid | A pointer to the Widget that will be processed. |
Definition at line 78 of file nineboxstrategy.cpp.