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

Method isChecked

forms/checkbox.h:37–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35 sp<Sample> getClickSound() const;
36 void setClickSound(sp<Sample> sample);
37 virtual bool isChecked() const { return Checked; }
38 virtual void setChecked(bool checked);
39
40 sp<Control> copyTo(sp<Control> CopyParent) override;

Callers 15

eventOccurredMethod · 0.80
SelectForcesMethod · 0.80
eventOccurredMethod · 0.80
goToBattleMethod · 0.80
customizeForcesMethod · 0.80
eventOccurredMethod · 0.80
finishMethod · 0.80
saveListMethod · 0.80
finishMethod · 0.80
finishMethod · 0.80
eventOccurredMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected