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

Method Create

src/SFGUI/Separator.cpp:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14Separator::Ptr Separator::Create( Orientation orientation ) {
15 return Ptr( new Separator( orientation ) );
16}
17
18Separator::Orientation Separator::GetOrientation() const {
19 return m_orientation;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected