MeshLib C++ Docs
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{
10
11
13MRVIEWER_API void showModal( const std::string& error, NotificationType type );
14inline void showError( const std::string& error )
15{
17}
18
19}
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:10
void showError(const std::string &error)
Definition MRShowModal.h:14
only for bindings generation
Definition MRCameraOrientationPlugin.h:8