tcMenu
Classes | Functions | Variables
tcMenu.h File Reference

The menu manager is responsible for managing a set of menu items, and is configured with a renderer and input capability in order to present the menu. Remotes generally also the the menu manager to find out about the overall structure. More...

Go to the source code of this file.

Classes

class  MenuManagerObserver
 
class  CommitCallbackObserver
 
class  EncoderWrapOverride
 
class  CurrentEditorRenderingHints
 
class  MenuManager
 

Functions

bool editorHintNeedsCursor (CurrentEditorRenderingHints::EditorRenderingType ty)
 

Variables

MenuManager menuMgr
 

Detailed Description

The menu manager is responsible for managing a set of menu items, and is configured with a renderer and input capability in order to present the menu. Remotes generally also the the menu manager to find out about the overall structure.

Variable Documentation

◆ menuMgr

MenuManager menuMgr
extern

The global instance of MenuManager, always use this instance.