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

Method prepareSettings

samples/QuickTimeIteration/src/QuickTimeIterationApp.cpp:34–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32
33
34void QTimeIterApp::prepareSettings( Settings *settings )
35{
36 settings->setWindowSize( 640, 480 );
37 settings->setFullScreen( false );
38 settings->setResizable( true );
39}
40
41void QTimeIterApp::setup()
42{

Callers

nothing calls this directly

Calls 3

setWindowSizeMethod · 0.80
setResizableMethod · 0.80
setFullScreenMethod · 0.45

Tested by

no test coverage detected