Nix (Dev)
3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IListenerActivate.hpp
Go to the documentation of this file.
1
#ifndef LIBS_GUI_ILISTENERACTIVATE_HPP_
2
#define LIBS_GUI_ILISTENERACTIVATE_HPP_
3
4
class
IListenerActivate
5
{
6
public
:
7
virtual
~IListenerActivate
() =
default
;
8
9
virtual
void
activate
() = 0;
10
};
11
12
#endif
/* LIBS_GUI_ILISTENERACTIVATE_HPP_ */
IListenerActivate
Definition
IListenerActivate.hpp:5
IListenerActivate::activate
virtual void activate()=0
IListenerActivate::~IListenerActivate
virtual ~IListenerActivate()=default
src
ui
gui
IListenerActivate.hpp
Generated by
1.12.0