MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / Initialize

Method Initialize

SampleFramework12/v1.00/Settings.cpp:31–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29}
30
31void Setting::Initialize(SettingType type_, void* data_, const char* name_,
32 const char* group_, const char* label_, const char* helpText_)
33{
34 type = type_;
35 data = data_;
36 name = name_;
37 group = group_;
38 label = label_;
39 helpText = helpText_;
40 changed = false;
41
42 initialized = true;
43}
44
45void Setting::SetReadOnly(bool readOnly)
46{

Callers 2

Initialize_InternalMethod · 0.45
InitializeFunction · 0.45

Calls 6

CartesianToSphericalFunction · 0.85
ClampFunction · 0.85
GetIntensityLabelFunction · 0.85
c_strMethod · 0.80
InitializeFunction · 0.70
InitMethod · 0.45

Tested by

no test coverage detected