Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
MenuOptionChannelsLom.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_DIAMAR_MENUS_DIAMAR_MENUOPTIONCHANNELSLOM_HPP_
2#define IV_SRC_DIAMAR_MENUS_DIAMAR_MENUOPTIONCHANNELSLOM_HPP_
3
5
6namespace iv::menus::diamar
7{
8
10{
11public:
13
14private:
15 void execute(CEventMenuOption *evtMenuOption) override;
16};
17
18}// namespace iv::menus::diamar
19
20#endif//IV_SRC_DIAMAR_MENUS_DIAMAR_MENUOPTIONCHANNELSLOM_HPP_
Definition AbstractMenuOption.hpp:7
Definition CEventMenuOption.hpp:11
Definition MenuOptionChannelsLom.hpp:10
void execute(CEventMenuOption *evtMenuOption) override
Definition MenuOptionChannelsLom.cpp:12
Definition DiamarMenu.cpp:19