MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / setImages

Method setImages

source/windowing/StarScrollArea.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23void ScrollThumb::setImages(ImageStretchSet const& base, ImageStretchSet const& hover, ImageStretchSet const& pressed) {
24 m_baseThumb = base;
25 m_hoverThumb = hover;
26 m_pressedThumb = pressed;
27}
28
29void ScrollThumb::setImages(Json const& images) {
30 String directionString;

Callers 8

setButtonImagesMethod · 0.45
setThumbImagesMethod · 0.45
addTabMethod · 0.45
radioGroupHandlerMethod · 0.45
makeWidgetCallbacksMethod · 0.45
SliderBarWidgetMethod · 0.45
setJogImagesMethod · 0.45
updateBottomButtonMethod · 0.45

Calls 2

getStringMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected