Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IListenerCanvasItemClick.hpp
Go to the documentation of this file.
1#ifndef LIBS_GUI_ILISTENERCANVASITEMCLICK_HPP_
2#define LIBS_GUI_ILISTENERCANVASITEMCLICK_HPP_
3
16
17#endif /* LIBS_GUI_ILISTENERCANVASITEMCLICK_HPP_ */
Definition CEventCanvasButton.hpp:7
Definition IListenerCanvasItemClick.hpp:5
IListenerCanvasItemClick & operator=(const IListenerCanvasItemClick &other)=delete
IListenerCanvasItemClick(const IListenerCanvasItemClick &other)=delete
IListenerCanvasItemClick & operator=(IListenerCanvasItemClick &&other)=delete
IListenerCanvasItemClick(IListenerCanvasItemClick &&other)=delete
virtual void click(CEventCanvasButton *evtCanvasButton)=0
virtual ~IListenerCanvasItemClick()=default
IListenerCanvasItemClick()=default