#include <events.h>
Public Member Functions | |
| wxIFMHitTestEvent (wxIFMComponent *component, int coords, const wxPoint &pos) | |
| wxIFMHitTestEvent (const wxIFMHitTestEvent &event) | |
| virtual wxEvent * | Clone () const |
| int | GetCoords () const |
| bool | GetPassed () const |
| void | SetPassed (bool passed=true) |
| const wxPoint & | GetPos () const |
Protected Attributes | |
| int | m_coords |
| coords (rect) to hit test | |
| bool | m_passed |
| true if the hit test passed | |
| const wxPoint & | m_pos |
| position to test in screen coordinates | |
Definition at line 565 of file events.h.
|
||||||||||||||||
|
Definition at line 573 of file events.h. Referenced by Clone(). |
|
|
|
|
|
Definition at line 587 of file events.h. References wxIFMHitTestEvent(). |
|
|
Definition at line 592 of file events.h. References m_coords. Referenced by wxIFMDefaultPlugin::OnHitTest(). |
|
|
Definition at line 597 of file events.h. References m_passed. |
|
|
Definition at line 603 of file events.h. References m_pos. Referenced by wxIFMDefaultPlugin::OnHitTest(). |
|
|
Definition at line 598 of file events.h. References m_passed. Referenced by wxIFMDefaultPlugin::OnHitTest(). |
|
|
coords (rect) to hit test
Definition at line 568 of file events.h. Referenced by GetCoords(). |
|
|
true if the hit test passed
Definition at line 569 of file events.h. Referenced by GetPassed(), and SetPassed(). |
|
|
position to test in screen coordinates
Definition at line 570 of file events.h. Referenced by GetPos(). |