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

Method isVisible

forms/control.h:118–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 void setDirty();
117 void setVisible(bool value);
118 bool isVisible() const { return Visible; };
119
120 template <typename T> sp<T> findControlTyped(const UString &name) const
121 {

Callers 5

MultilistBoxMethod · 0.45
selectAllMethod · 0.45
onRenderMethod · 0.45
onRenderMethod · 0.45
postRenderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected