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
4
namespace
iv::ui::gui
5
{
6
7
class
IListenerSheetFocus
8
{
9
public
:
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_
iv::ui::gui::IListenerSheetFocus
Definition
IListenerSheetFocus.hpp:8
iv::ui::gui::IListenerSheetFocus::~IListenerSheetFocus
virtual ~IListenerSheetFocus()=default
iv::ui::gui::IListenerSheetFocus::onFocus
virtual void onFocus()=0
iv::ui::gui
Definition
IListenerSheetFocus.hpp:5
src
ui
gui
IListenerSheetFocus.hpp
Generated by
1.12.0