Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IListenerIsAccept.hpp
Go to the documentation of this file.
1#ifndef LIBS_GUI_ILISTENERISACCEPT_HPP_
2#define LIBS_GUI_ILISTENERISACCEPT_HPP_
3
4#include <string>
5
7{
8public:
9 virtual ~IListenerIsAccept() = default;
10
11 virtual bool isAccepted(AbstractComponentGUI *component, std::string *messageError) const = 0;
12};
13
14#endif /* LIBS_GUI_ILISTENERISACCEPT_HPP_ */
Definition AbstractComponentGUI.hpp:30
Definition IListenerIsAccept.hpp:7
virtual ~IListenerIsAccept()=default
virtual bool isAccepted(AbstractComponentGUI *component, std::string *messageError) const =0