MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Create

Method Create

src/SFGUI/Viewport.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19Viewport::Ptr Viewport::Create() {
20 return Viewport::Create( Adjustment::Create(), Adjustment::Create() );
21}
22
23Viewport::Ptr Viewport::Create( Adjustment::Ptr horizontal_adjustment, Adjustment::Ptr vertical_adjustment ) {
24 auto ptr = Ptr( new Viewport );

Callers

nothing calls this directly

Calls 2

SetVerticalAdjustmentMethod · 0.45

Tested by

no test coverage detected