FormIt C++ API  v23.0.0 (2023.0.0)
FormIt::Forge::UI::Message Struct Reference

Description

 

User notification message

#include <FormItCoreTypes.h>

Public Attributes

::string msg
 Message. More...
 
FormIt::Forge::ErrorCode code
 ErrorCode type. More...
 
FormIt::NotificationType type
 Notification type. More...
 
int timeout
 Message timeout in ms. More...
 
::string label
 Sentence at the end of the message that contains an hyperlink. More...
 
::string hyperlink
 Hyperlink equal to a URL. More...
 

Member Data Documentation

FormIt::Forge::ErrorCode FormIt::Forge::UI::Message::code

ErrorCode type.

::string FormIt::Forge::UI::Message::hyperlink

Hyperlink equal to a URL.

::string FormIt::Forge::UI::Message::label

Sentence at the end of the message that contains an hyperlink.

This label will be concatenated at the end of the message. Could be an empty string

::string FormIt::Forge::UI::Message::msg
int FormIt::Forge::UI::Message::timeout

Message timeout in ms.

FormIt::NotificationType FormIt::Forge::UI::Message::type

Notification type.


The documentation for this struct was generated from the following file: