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

Classes

struct  Message
 
  More...
 

Functions

FORMIT_CORE_EXPORT FormIt::Forge::UI::Message ErrorCodeToUIMessage (const FormIt::Forge::ErrorCode &code)
 Forge ErrorCode to UI Message. More...
 
FORMIT_CORE_EXPORT const FormIt::Forge::UI::Message ConstructMessageWithReason (const FormIt::Forge::ErrorCode &topic, const FormIt::Forge::ErrorCode &reason)
 Constructs message compound by a main topic (at the top) and a reason (at the bottom). More...
 
FORMIT_CORE_EXPORT const FormIt::Forge::UI::Message ConstructMessage (const FormIt::Forge::ErrorCode &code)
 Constructs message. More...
 
FORMIT_CORE_EXPORT::string ConstructMessageWithHyperlink (const FormIt::Forge::UI::Message &msg)
 Constructs message, concatenating the "label" (sentence that has an hyperlink) at the end of the message. More...
 
FORMIT_CORE_EXPORT void AddSupportedFilesInMessage (FormIt::Forge::UI::Message &msg)
 Adds into the message with code = ReceiveEmptyFileList the supported file types. More...