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

Method Create

src/SFGUI/Table.cpp:11–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9namespace sfg {
10
11Table::Ptr Table::Create() {
12 return Ptr( new Table );
13}
14
15sf::Vector2f Table::CalculateRequisition() {
16 float gap( Context::Get().GetEngine().GetProperty<float>( "Gap", shared_from_this() ) );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected