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

Method Scale

src/SFGUI/Scale.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace sfg {
10
11Scale::Scale( Orientation orientation ) :
12 Range( orientation ),
13 m_dragging( false )
14{
15}
16
17Scale::Ptr Scale::Create( Orientation orientation ) {
18 Ptr ptr( new Scale( orientation ) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected