Nix (Dev) 3.5.10
dev - 3.5.10 - 1af9301
Loading...
Searching...
No Matches
AbstractMenuOptionOnProjectLoaded.hpp
Go to the documentation of this file.
1#ifndef IV_SRC_DIAMAR_MENUS_EDITOR_ABSTRACTMENUOPTIONONPROJECTLOADED_HPP_
2#define IV_SRC_DIAMAR_MENUS_EDITOR_ABSTRACTMENUOPTIONONPROJECTLOADED_HPP_
3
5
6namespace iv::menus::editor
7{
8
10{
11protected:
13
14 [[nodiscard]] bool isEnabled() const override;
15};
16
17}// namespace iv::menus::editor
18
19#endif//IV_SRC_DIAMAR_MENUS_EDITOR_ABSTRACTMENUOPTIONONPROJECTLOADED_HPP_
Definition AbstractMenuOption.hpp:7
Definition AbstractMenuOptionOnProjectLoaded.hpp:10
bool isEnabled() const override
Definition AbstractMenuOptionOnProjectLoaded.cpp:9
Definition AbstractMenuOptionOnProjectLoaded.cpp:7