MCPcopy Create free account
hub / github.com/cinder/Cinder / prepareSettings

Method prepareSettings

samples/QuickTimeAdvanced/src/QTimeAdvApp.cpp:37–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35
36
37void QTimeAdvApp::prepareSettings( Settings *settings )
38{
39 settings->setWindowSize( 640, 480 );
40 settings->setFullScreen( false );
41 settings->setResizable( true );
42}
43
44void QTimeAdvApp::setup()
45{

Callers

nothing calls this directly

Calls 3

setWindowSizeMethod · 0.80
setResizableMethod · 0.80
setFullScreenMethod · 0.45

Tested by

no test coverage detected