39 const std::shared_ptr<IMenuOptionPanelBuilder> &panelBuilder);
42 const std::optional<std::string_view> &msgConfirmation,
43 const std::shared_ptr<IMenuOptionRunCommand> &runCommand,
44 std::optional<std::function<
bool(
CDialog *)>> commandEvaluation = std::nullopt);
54 std::optional<std::shared_ptr<IMenuOptionRunCommand>>
_runCommand;
65 const std::shared_ptr<IMenuOptionRunCommand> &runCommand,
66 const std::optional<std::string_view> &msgConfirmation = std::nullopt,
67 const std::optional<std::function<
bool(
CDialog *)>>& commandEvaluation = std::nullopt);
69 const std::shared_ptr<IMenuOptionPanelBuilder> &panelBuilder);