Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IListenerButtonPress.hpp
Go to the documentation of this file.
1#ifndef LIBS_GUI_ILISTENERBUTTONPRESS_HPP_
2#define LIBS_GUI_ILISTENERBUTTONPRESS_HPP_
3
5{
6public:
8 virtual ~IListenerButtonPress() = default;
13
14 virtual void buttonPress(CEventCanvasButton *evtCanvasButton) = 0;
15};
16
17#endif /* LIBS_GUI_ILISTENERBUTTONPRESS_HPP_ */
Definition CEventCanvasButton.hpp:7
Definition IListenerButtonPress.hpp:5
IListenerButtonPress & operator=(const IListenerButtonPress &other)=delete
virtual void buttonPress(CEventCanvasButton *evtCanvasButton)=0
virtual ~IListenerButtonPress()=default
IListenerButtonPress & operator=(IListenerButtonPress &&other)=delete
IListenerButtonPress(const IListenerButtonPress &other)=delete
IListenerButtonPress()=default
IListenerButtonPress(IListenerButtonPress &&other)=delete