3#include "MRViewerFwd.h"
11using FilesLoadedCallback = std::function<void(
const std::vector<std::shared_ptr<Object>>& objs,
const std::string& errors,
const std::string& warnings )>;
std::function< void(const std::vector< std::shared_ptr< Object > > &objs, const std::string &errors, const std::string &warnings)> FilesLoadedCallback
Definition MRFileLoadOptions.h:11
FilesLoadedCallback loadedCallback
Definition MRFileLoadOptions.h:30
ReplaceMode
Definition MRFileLoadOptions.h:19
ReplaceMode replaceMode
Determines how to deal with current scene after loading new one.
Definition MRFileLoadOptions.h:26
const char * undoPrefix
first part of undo name
Definition MRFileLoadOptions.h:16
@ ContructionBased
replace current scene if new one was loaded from single scene file
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRFileLoadOptions.h:14