Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IListenerChange.hpp
Go to the documentation of this file.
1#ifndef LIBS_GUI_ILISTENERCHANGE_HPP_
2#define LIBS_GUI_ILISTENERCHANGE_HPP_
3
4#include "ui/gui/CDialog.hpp"
5
7{
8public:
9 virtual ~IListenerChange() = default;
10 virtual void hasChanged(CDialog *dlgFather, AbstractComponentGUI *component) = 0;
11};
12
13#endif /* LIBS_GUI_ILISTENERCHANGE_HPP_ */
Definition AbstractComponentGUI.hpp:30
Definition CDialog.hpp:21
Definition IListenerChange.hpp:7
virtual ~IListenerChange()=default
virtual void hasChanged(CDialog *dlgFather, AbstractComponentGUI *component)=0