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

Method GetDropdown

Source/UserPrefs.h:105–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103 void SetUpControl(IDrawableModule* owner) override;
104 IUIControl* GetControl() override;
105 DropdownList* GetDropdown() { return mDropdown; }
106 int& Get() { return mValue; }
107 int GetDefault() { return mDefault; }
108 int& GetIndex() { return mIndex; }

Callers 4

CreateUIControlsMethod · 0.45
UpdateDropdownsMethod · 0.45
DrawModuleMethod · 0.45
DropdownUpdatedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected