opynsim
Unofficial C++ Documentation
Loading...
Searching...
No Matches
show_model_in_state.h
Go to the documentation of this file.
1#pragma once
2
4
7
8namespace opyn { class OPynSimApp; }
9namespace opyn { class Model; }
10namespace opyn { class ModelState; }
11
12namespace opyn
13{
16 const Model&,
17 const ModelState&,
18 osc::Vector2 dimensions,
19 osc::Color background_color,
20 bool zoom_to_fit,
21 bool draw_floor,
22 UiCallbacks = {}
23 );
24}
Definition model_state.h:19
Definition model.h:26
Definition opynsim_app.h:7
Definition component_registry.h:14
void show_model_in_state(OPynSimApp &, const Model &, const ModelState &, osc::Vector2 dimensions, osc::Color background_color, bool zoom_to_fit, bool draw_floor, UiCallbacks={})
Definition ui_callbacks.h:10