Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenStarbound/OpenStarbound
/ centered
Method
centered
source/windowing/StarImageWidget.cpp:64–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
62
}
63
64
bool ImageWidget::centered() {
65
return m_centered;
66
}
67
68
void ImageWidget::setCentered(bool centered) {
69
m_centered = centered;
Callers
1
imageHandler
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected