Interface for components that provide a drawable overlay layer.
More...
#include <Malena/Traits/Communication/OverlayWidget.h>
Interface for components that provide a drawable overlay layer.
Inherit OverlayWidget alongside Hookable and call sendHook(ml::OverlayWidget::Hook::REGISTER) to hand an overlay component to whatever shell is listening. The shell decides when and how to render it.
Usage
});
Trait that layers a hook system on top of ml::Messenger.
- See also
- SplitPaneWidget, ToolbarWidget
Definition at line 35 of file OverlayWidget.h.
◆ Hook
◆ ~OverlayWidget()
| virtual ml::OverlayWidget::~OverlayWidget |
( |
| ) |
|
|
virtualdefault |
◆ getOverlay()
| virtual ml::Core & ml::OverlayWidget::getOverlay |
( |
| ) |
|
|
pure virtual |
The documentation for this struct was generated from the following file: