MCPcopy Create free account
hub / github.com/BespokeSynth/BespokeSynth / TitleBar

Method TitleBar

Source/TitleBar.cpp:123–136  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123TitleBar::TitleBar()
124: mSpawnLists(this)
125{
126 assert(TheTitleBar == nullptr);
127 TheTitleBar = this;
128
129 mHelpDisplay = dynamic_cast<HelpDisplay*>(HelpDisplay::Create());
130 mHelpDisplay->SetTypeName("helpdisplay", kModuleCategory_Other);
131
132 mNewPatchConfirmPopup.SetTypeName("newpatchconfirm", kModuleCategory_Other);
133 mNewPatchConfirmPopup.SetName("newpatchconfirm");
134
135 SetShouldDrawOutline(false);
136}
137
138void TitleBar::CreateUIControls()
139{

Callers

nothing calls this directly

Calls 2

SetTypeNameMethod · 0.80
SetNameMethod · 0.45

Tested by

no test coverage detected