MeshLib C++ Docs
Loading...
Searching...
No Matches
MRFileLoadOptions.h
Go to the documentation of this file.
1#pragma once
2
3#include "MRViewerFwd.h"
4
5namespace MR
6{
7
8using FilesLoadedCallback = std::function<void( const std::vector<std::shared_ptr<Object>>& objs, const std::string& errors, const std::string& warnings )>;
9
29
30} // namespace MR
Definition MRCameraOrientationPlugin.h:8
std::function< void(const std::vector< std::shared_ptr< Object > > &objs, const std::string &errors, const std::string &warnings)> FilesLoadedCallback
Definition MRFileLoadOptions.h:8
Definition MRFileLoadOptions.h:11
FilesLoadedCallback loadedCallback
Definition MRFileLoadOptions.h:27
ReplaceMode
Definition MRFileLoadOptions.h:16
@ ContructionBased
replace current scene if new one was loaded from single scene file
ReplaceMode replaceMode
Determines how to deal with current scene after loading new one.
Definition MRFileLoadOptions.h:23
const char * undoPrefix
first part of undo name
Definition MRFileLoadOptions.h:13