Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IListenerSelect.hpp
Go to the documentation of this file.
1#ifndef LIBS_GUI_ILISTENERSELECT_HPP_
2#define LIBS_GUI_ILISTENERSELECT_HPP_
3
5
7{
8public:
9 virtual ~IListenerSelect() = default;
10
11 virtual bool clickSelected(CEventSelected *evt) = 0;
12};
13
14#endif /* LIBS_GUI_ILISTENERSELECT_HPP_ */
Definition CEventSelected.hpp:7
Definition IListenerSelect.hpp:7
virtual ~IListenerSelect()=default
virtual bool clickSelected(CEventSelected *evt)=0