tbx  0.7.5
Public Member Functions | List of all members
tbx::view::ItemViewClickListener Class Referenceabstract

Listener for clicks on the item view. More...

#include <itemview.h>

Inheritance diagram for tbx::view::ItemViewClickListener:
tbx::Listener

Public Member Functions

virtual void itemview_clicked (const ItemViewClickEvent &event)=0
 Method called when an item in the view is clicked. More...
 
- Public Member Functions inherited from tbx::Listener
virtual ~Listener ()
 Destroy the listener object.
 

Additional Inherited Members

- Protected Member Functions inherited from tbx::Listener
 Listener ()
 Construct the Listener object.
 

Detailed Description

Listener for clicks on the item view.

Member Function Documentation

◆ itemview_clicked()

virtual void tbx::view::ItemViewClickListener::itemview_clicked ( const ItemViewClickEvent event)
pure virtual

Method called when an item in the view is clicked.

Parameters
eventdetails of item hit (if any)

The documentation for this class was generated from the following file: