tbx
0.7.3
|
Event for click on ItemView. More...
#include <itemview.h>
Public Member Functions | |
ItemViewClickEvent (ItemView &source, unsigned int index, const MouseClickEvent &click_event) | |
Constructor. | |
ItemView & | source () const |
Return item view this event occurred on. | |
bool | item_hit () const |
Return true if an item was hit. | |
unsigned int | index () const |
Returns index click occurred on or NO_INDEX if click did not hit an item. | |
const MouseClickEvent & | click_event () const |
Returns original mouse click event on the window containing this item view. | |
Static Public Attributes | |
static const unsigned int | NO_INDEX = -1 |
Constant for index when there was no index hit. | |
Event for click on ItemView.