MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / SetPosition

Method SetPosition

engine/Poseidon/UI/Controls/UIControlsBase.cpp:909–919  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

907 }
908 return false;
909}
910
911void ControlObjectContainer::LoadControls(const ParamEntry& cls)
912{
913 const ParamEntry* cfg = cls.FindEntry("controls");
914 if (cfg)
915 {
916 if (cfg->IsClass())
917 {
918 for (int i = 0; i < cfg->GetEntryCount(); i++)
919 {
920 const ParamEntry& ctrlCls = cfg->GetEntry(i);
921 if (!ctrlCls.IsClass())
922 {

Callers 8

CListBoxMethod · 0.45
OnDrawMethod · 0.45
CComboMethod · 0.45
OnLButtonDownMethod · 0.45
OnMouseHoldMethod · 0.45
OnDrawMethod · 0.45
C3DListBoxMethod · 0.45
ZoomMethod · 0.45

Calls 2

SizeMethod · 0.45
UpdateInfoMethod · 0.45

Tested by

no test coverage detected