Classes | |
struct | ShowNotificationData |
Functions | |
FORMIT_CORE_EXPORT FormIt::NotificationHandle | ShowNotification (const 1::string &message, NotificationType type, int nTimeout=FormIt::UI::sDefaultNotificationTimeoutMs, LinkCallback linkCallback={}) |
Display a notification message to the user. | |
FORMIT_CORE_EXPORT void | HandleConfirmationResult (size_t dialogId, bool isConfirming) |
Method to report the result of a confirmation dialog box. | |
enum class | FormItDialogBox { Local = 0 , BIM360Gallery = 1 , BIM360ContentLibrary = 2 , LocalContentLibrary = 3 } |
Choose Dialog where you want the messages to be displayed. More... | |
enum | CursorType { kPickArrow = 0 , kPickArrowPlusMinus = 1 , kForbidden = 2 , kCameraOrbit = 3 , kCameraPan = 4 , kCameraSwivel = 5 , kCameraZoom = 6 , kGrip = 7 , kTextEdit = 8 , kNumCursorTypes = 9 } |
Commonly used cursor types. More... | |
using | LinkCallback = 1::function< void(1::string, FormIt::NotificationHandle)> |
Callback invoked when a hyperlink is clicked on in a notification dialog. | |
using FormIt::UI::LinkCallback = typedef 1::function<void(1::string, FormIt::NotificationHandle)> |
Callback invoked when a hyperlink is clicked on in a notification dialog.
Currently only works on desktop.
arg0 | Hyperlink target |
arg1 | Handle to the notification containing the hyperlink |
|
strong |
Choose Dialog where you want the messages to be displayed.