VCV Rack API v2
Loading...
Searching...
No Matches
rack::Context Struct Reference

Rack instance state. More...

#include <context.hpp>

Collaboration diagram for rack::Context:
[legend]

Public Member Functions

 ~Context ()
 

Public Attributes

widget::EventStateevent = NULL
 
app::Scenescene = NULL
 
engine::Engineengine = NULL
 
window::Windowwindow = NULL
 
history::Statehistory = NULL
 
patch::Managerpatch = NULL
 
midiloopback::ContextmidiLoopbackContext = NULL
 

Detailed Description

Rack instance state.

Constructor & Destructor Documentation

◆ ~Context()

rack::Context::~Context ( )

Member Data Documentation

◆ event

widget::EventState* rack::Context::event = NULL

◆ scene

app::Scene* rack::Context::scene = NULL

◆ engine

engine::Engine* rack::Context::engine = NULL

◆ window

window::Window* rack::Context::window = NULL

◆ history

history::State* rack::Context::history = NULL

◆ patch

patch::Manager* rack::Context::patch = NULL

◆ midiLoopbackContext

midiloopback::Context* rack::Context::midiLoopbackContext = NULL

The documentation for this struct was generated from the following file: