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

Method Create

src/SFGUI/Adjustment.cpp:18–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18Adjustment::Ptr Adjustment::Create( float value, float lower, float upper, float minor_step, float major_step, float page_size ) {
19 return Adjustment::Ptr( new Adjustment( value, lower, upper, minor_step, major_step, page_size ) );
20}
21
22Adjustment& Adjustment::operator=( const Adjustment& adjustment ) {
23 SetLower( adjustment.m_lower );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected