Describes modal results of window/form showed modally.
You can find more information in comments below.
enum class ModalResult // Form modal result type
{
None, // No result
Ok, // Okay
Cancel, // Cancelled
Abort, // Aborted
Retry, // Retry is required
Ignore, // Ignored
Yes, // Yes is answered
No, // No is answered
NoToAll, // No to all is selected
YesToAll, // Yes to all is selected
Close // Window was closed and probably(if no form assigned or main form) destroyed
};
Namespace: | nitisa |
Include: | Nitisa/Core/ModalResult.h |