Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
enums.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_UI_RESOURCES_ENUMS_HPP_
2#define IV_SRC_UI_RESOURCES_ENUMS_HPP_
3
4namespace iv::ui::resources
5{
6
7enum class eResourceId
8{
9 // Alarms
10 Alarm,
14 WarningAlarm,// Rename to Warning when the other Warning is removed
16 // Icons
19 AlarmOn,
22 CheckOn,
24 Close,
25 Error,
26 Info,
28 OffScan,
30 Reboot,
31 Restore,
33 Warning,
34 GtkOpen,
35 GtkNew,
36 GtkSave,
37 GtkQuit,
38 GtkPlay,
39 GtkStop,
42};
43
44}
45#endif//IV_SRC_UI_RESOURCES_ENUMS_HPP_
Definition alarms.hpp:10
eResourceId
Definition enums.hpp:8