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

Method Separator

src/SFGUI/Separator.cpp:8–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6namespace sfg {
7
8Separator::Separator( Orientation orientation ) :
9 m_orientation( orientation )
10{
11 RequestResize();
12}
13
14Separator::Ptr Separator::Create( Orientation orientation ) {
15 return Ptr( new Separator( orientation ) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected