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

Method init

source/Gui/LocationWindow.cpp:7–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include "StyleRepository.h"
6
7void LocationWindow::init(LocationWidgets const& widgets, RealVector2D const& initialPos)
8{
9 _widgets = widgets;
10
11 static int id = 0;
12 _id = ++id;
13 _on = true;
14 _initialPos = initialPos;
15}
16
17void LocationWindow::process()
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected