FormIt C++ API
v23.0.0 (2023.0.0)
|
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. More... | |
enum | FormItDialogBox { FormItDialogBox::Local = 0, FormItDialogBox::BIM360Gallery = 1, FormItDialogBox::BIM360ContentLibrary = 2, FormItDialogBox::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 } |
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. More... | |
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.