Return type of ConfiguratorBase::UpdateConfigFromDialog() indicating the result of the configurator dialog shown to the user to configure an Object's
parameters.
More...
#include <Object.h>
|
const bool | Accepted |
| Has the dialog been accepted clicking 'OK'?
|
|
const bool | ResetRequired |
| Has the user changed settings which require resetting the corresponding Object ?
|
|
Return type of ConfiguratorBase::UpdateConfigFromDialog() indicating the result of the configurator dialog shown to the user to configure an Object's
parameters.
Definition at line 1888 of file Object.h.
◆ UpdateConfigFromDialogResult()
constexpr DynExp::ConfiguratorBase::UpdateConfigFromDialogResult::UpdateConfigFromDialogResult |
( |
bool |
Accepted, |
|
|
bool |
ResetRequired |
|
) |
| |
|
inlineconstexprnoexcept |
◆ IsAccepted()
constexpr bool DynExp::ConfiguratorBase::UpdateConfigFromDialogResult::IsAccepted |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ IsResetRequired()
constexpr bool DynExp::ConfiguratorBase::UpdateConfigFromDialogResult::IsResetRequired |
( |
| ) |
const |
|
inlineconstexprnoexcept |
◆ Accepted
const bool DynExp::ConfiguratorBase::UpdateConfigFromDialogResult::Accepted |
|
private |
Has the dialog been accepted clicking 'OK'?
Definition at line 1907 of file Object.h.
◆ ResetRequired
const bool DynExp::ConfiguratorBase::UpdateConfigFromDialogResult::ResetRequired |
|
private |
Has the user changed settings which require resetting the corresponding Object
?
Definition at line 1908 of file Object.h.
The documentation for this struct was generated from the following file: