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

Method Box

src/SFGUI/Box.cpp:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8namespace sfg {
9
10Box::Box( Orientation orientation, float spacing ) :
11 m_spacing( spacing ),
12 m_orientation( orientation )
13{
14}
15
16Box::Ptr Box::Create( Orientation orientation, float spacing ) {
17 return Ptr( new Box( orientation, spacing ) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected