2#include "MRViewerFwd.h"
29 MRVIEWER_API
virtual std::string
compose()
const;
39 std::string composed_;
Definition MRViewerTitle.h:14
std::string version_
Definition MRViewerTitle.h:35
MRVIEWER_API void update_()
called when something changes, composes new title and apply it to window
MRVIEWER_API void setSceneName(std::string sceneName)
Name of current scene.
MRVIEWER_API void setVersion(std::string version)
Version of application.
std::string sceneName_
Definition MRViewerTitle.h:36
virtual ~ViewerTitle()=default
MRVIEWER_API void setAppName(std::string appName)
Name of the application.
std::string appName_
Definition MRViewerTitle.h:34
virtual MRVIEWER_API std::string compose() const
this function is called from update_ compose resulting name
only for bindings generation
Definition MRCameraOrientationPlugin.h:8