MCPcopy Create free account
hub / github.com/chrxh/alien / _SimulationScrollbar

Method _SimulationScrollbar

source/Gui/SimulationScrollbar.cpp:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include "StyleRepository.h"
10
11_SimulationScrollbar::_SimulationScrollbar(
12 std::string const& id,
13 Orientation orientation,
14 SimulationFacade const& simulationFacade)
15 : _id(id)
16 , _orientation(orientation)
17 , _simulationFacade(simulationFacade)
18{}
19
20void _SimulationScrollbar::process(RealRect const& rect)
21{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected