int main( int argc, char** argv )
{
launchParams.name = "Your app name";
}
Definition MRSetupViewer.h:11
virtual void setupCommonPlugins(Viewer *) const
Setups custom plugins to viewer.
Definition MRSetupViewer.h:27
virtual void setupCommonModifiers(Viewer *) const
Setups modifiers to Menu plugin if it is present in viewer.
Definition MRSetupViewer.h:24
virtual MRVIEWER_API void setupBasePlugins(Viewer *) const
Setups Menu Save and Open plugins.
virtual MRVIEWER_API void setupConfiguration(Viewer *viewer) const
virtual MRVIEWER_API void setupSettingsManager(Viewer *viewer, const std::string &appName) const
Sets custom viewer settings manager to viewer.
static MRVIEWER_API void parseLaunchParams(LaunchParams ¶ms)
static Viewer * instance()
Definition MRViewer.h:99
MRMESH_API void setupLoggerByDefault()
MRVIEWER_API int launchDefaultViewer(const Viewer::LaunchParams ¶ms, const ViewerSetup &setup)
int argc
Definition MRViewer.h:54
Then you should make your plugins, to find how have a look at