MeshLib Documentation
Loading...
Searching...
No Matches
MRShowModal.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRViewerFwd.h"
5
6namespace MR
7{
8
10MRVIEWER_API void showModal( const std::string& error, NotificationType type );
11inline void showError( const std::string& error )
12{
14}
15
16} //namespace MR
Definition MRCameraOrientationPlugin.h:8
MRVIEWER_API void showModal(const std::string &error, NotificationType type)
Check if menu is available and if it is, shows modal window.
NotificationType
Definition MRNotificationType.h:7
void showError(const std::string &error)
Definition MRShowModal.h:11