VCV Rack API v2
Loading...
Searching...
No Matches
MenuBar.hpp
Go to the documentation of this file.
1#pragma once
2#include <app/common.hpp>
3#include <widget/Widget.hpp>
4#include <ui/Menu.hpp>
5
6
7namespace rack {
8namespace app {
9
10
13
14
15} // namespace app
16} // namespace rack
#define PRIVATE
Attribute for private functions not intended to be called by plugins.
Definition common.hpp:32
Rack's custom UI widgets that control the Rack state and engine.
Definition AudioDisplay.hpp:10
PRIVATE widget::Widget * createMenuBar()
PRIVATE void appendLanguageMenu(ui::Menu *menu)
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
Definition Menu.hpp:11
A node in the 2D scene graph.
Definition Widget.hpp:21