![]() |
ImFusion C++ SDK 4.4.0
|
#include <ImFusion/GUI/LightweightController.h>
Interface to set a display instance on a Controller or DataController class. More...
Interface to set a display instance on a Controller or DataController class.
This allows for lightweight controller instances which can be used in other applications, not requiring a full MainWindowBase instance. Controllers implementing this interface have to make sure they support m_main being nullptr.
Public Member Functions | |
| virtual void | setDisplay (GUI::RadiologyDisplay *disp)=0 |
| Set the display instance to use by this controller. | |