MCPcopy Create free account
hub / github.com/VASTDynamics/Vaporizer2 / createTabButton

Method createTabButton

VASTvaporizer/Source/Plugin/VASTFXComponent.cpp:39–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

37 tabbedComponent->setCurrentTabIndex(tabIndex);
38};
39TabBarButton* VASTTabbedFXComponent::createTabButton (const String& tabName, int tabIndex) {
40 VASTFXTabBarButton* tabBarButton = new VASTFXTabBarButton (tabName, *tabs);
41 tabBarButton->tabbedComponent = this;
42 tabBarButton->tabIndex = tabIndex;
43 return tabBarButton;
44}
45//[/MiscUserDefs]
46
47//==============================================================================

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected