An item within the context menu component. More...
Public Member Functions | |
Item () noexcept | |
virtual | ~Item () |
virtual nkMemory::StringView | getLabel () const =0 |
virtual std::function< void()> | getCallback () const =0 |
An item within the context menu component.
|
noexcept |
Constructor.
|
virtual |
Destructor.
|
pure virtual |
|
pure virtual |