#include <MRSplashWindow.h>
Inheritance diagram for MR::DefaultSplashWindow:Public Member Functions | |
| MRVIEWER_API | DefaultSplashWindow () |
Public Member Functions inherited from MR::SplashWindow | |
| MRVIEWER_API | SplashWindow (std::string name) |
| virtual MRVIEWER_API | ~SplashWindow () |
| MRVIEWER_API void | start () |
| MRVIEWER_API void | stop () |
| virtual float | minimumTimeSec () const |
Additional Inherited Members | |
Protected Attributes inherited from MR::SplashWindow | |
| std::string | name_ |
| GLFWwindow * | window_ { nullptr } |
| ImGuiContext * | guiContext_ { nullptr } |
| std::atomic< bool > | terminate_ { false } |
| MRVIEWER_API MR::DefaultSplashWindow::DefaultSplashWindow | ( | ) |