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

Method Create

src/SFGUI/Box.cpp:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14}
15
16Box::Ptr Box::Create( Orientation orientation, float spacing ) {
17 return Ptr( new Box( orientation, spacing ) );
18}
19
20const std::string& Box::GetName() const {
21 static const std::string name( "Box" );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected