Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cinder/Cinder
/ prepareSettings
Method
prepareSettings
samples/_svg/EuroMap/src/EuroMapApp.cpp:41–45 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
39
}
40
41
void EuroMapApp::prepareSettings( Settings *settings )
42
{
43
settings->setResizable( false );
44
settings->setWindowSize( 840, 730 );
45
}
46
47
void EuroMapApp::setup()
48
{
Callers
nothing calls this directly
Calls
2
setResizable
Method · 0.80
setWindowSize
Method · 0.80
Tested by
no test coverage detected