![]() |
Heaven v0.1.0-1
C++ global-menu library for Wayland sessions
|
Mixin interface for objects that expose a textual title. More...
#include "HNWithTitle.h"

Public Member Functions | |
| const std::string & | title () const noexcept |
| Returns the current title of the object. | |
| virtual | ~HNWithTitle () noexcept=default |
| Virtual destructor. | |
Mixin interface for objects that expose a textual title.
|
virtualdefaultnoexcept |
Virtual destructor.
Declared virtual so this mixin is polymorphic, enabling safe cross-casts (via dynamic_cast) between the different base subobjects of a concrete object.
|
inlinenoexcept |
Returns the current title of the object.