MCPcopy Create free account
hub / github.com/OpenApoc/OpenApoc / TriStateBox

Method TriStateBox

forms/tristatebox.cpp:13–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11namespace OpenApoc
12{
13TriStateBox::TriStateBox(sp<Image> Image1, sp<Image> Image2, sp<Image> Image3)
14 : Control(), image1(Image1), image2(Image2), image3(Image3),
15 buttonclick(
16 fw().data->loadSample("RAWSOUND:xcom3/rawsound/strategc/intrface/button1.raw:22050")),
17 State(1)
18{
19}
20
21TriStateBox::~TriStateBox() = default;
22

Callers

nothing calls this directly

Calls 1

loadSampleMethod · 0.45

Tested by

no test coverage detected