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

Function getNumWindows

include/cinder/app/AppBase.h:484–484  ·  view source on GitHub ↗

Returns the number of Windows the app has open

Source from the content-addressed store, hash-verified

482inline WindowRef getWindow() { return AppBase::get()->getWindow(); }
483//! Returns the number of Windows the app has open
484inline size_t getNumWindows() { return AppBase::get()->getNumWindows(); }
485//! Gets a Window by index, in the range [0, getNumWindows()).
486inline WindowRef getWindowIndex( size_t index ) { return AppBase::get()->getWindowIndex( index ); }
487

Callers 4

createNewWindowMethod · 0.85
setupMethod · 0.85
privateUpdate__Method · 0.85
getWindowIndexMethod · 0.85

Calls 2

getFunction · 0.50
getNumWindowsMethod · 0.45

Tested by 1

setupMethod · 0.68