monitor.submonitor
Base class for submonitors provided by monitorables.
- abstract class SubMonitor;
Base class for monitors belonging to engine subsystems.
- this();
Construct a SubMonitor.
- @property SubMonitorView view();
Get a GUI view viewing this monitor.
- abstract class SubMonitorView: gui.guielement.GUIElement;
Base class for SubMonitor GUI views.
Signal:
public mixin Signal!() togglePinned;
Emitted when the submonitor viewed should be pinned/unpinned.
- protected GUIElement main_;
Main area of the view.
- this();
Construct a SubMonitorView.
- void setPinned(const bool pinned);
Update pinned text display.