Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
IListenerSheetFocus.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_GUI_ILISTENERSHEETFOCUS_HPP_
2#define IV_SRC_UI_GUI_ILISTENERSHEETFOCUS_HPP_
3
4namespace iv::ui::gui
5{
6
8{
9public:
10 virtual ~IListenerSheetFocus() = default;
11
12 virtual void onFocus() = 0;
13};
14
15}// namespace iv::ui::gui
16
17#endif//IV_SRC_UI_GUI_ILISTENERSHEETFOCUS_HPP_
Definition IListenerSheetFocus.hpp:8
virtual ~IListenerSheetFocus()=default
Definition IListenerSheetFocus.hpp:5