MeshLib C++ Docs
Loading...
Searching...
No Matches
MRFileDialogCocoa.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRFileDialog.h"
4
5namespace MR::detail
6{
7
9MRVIEWER_API std::vector<std::filesystem::path> runCocoaFileDialog( const MR::FileDialog::Parameters& params );
10
11} // namespace MR::detail
Definition MRFinally.h:34
MRVIEWER_API std::vector< std::filesystem::path > runCocoaFileDialog(const MR::FileDialog::Parameters &params)
Open Cocoa file dialog.
Definition MRFileDialog.h:86