Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
INotificationIndicator.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_DIAMAR_NOTIFICATIONINDICATOR_INOTIFICATIONINDICATOR_HPP_
2#define IV_SRC_DIAMAR_NOTIFICATIONINDICATOR_INOTIFICATIONINDICATOR_HPP_
3
5
6#include <string>
7
8namespace iv::diamar
9{
10
12{
13public:
15 virtual ~INotificationIndicator() = default;
16
18};
19
20}// namespace iv::diamar
21
22#endif//IV_SRC_DIAMAR_NOTIFICATIONINDICATOR_INOTIFICATIONINDICATOR_HPP_
Definition AbstractComponentGUI.hpp:30
Definition INotificationIndicator.hpp:12
virtual AbstractComponentGUI * panel()=0
virtual ~INotificationIndicator()=default
Definition DataLoggerManager.cpp:10