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

Method TableCell

src/SFGUI/TableCell.cpp:7–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5namespace priv {
6
7TableCell::TableCell( Widget::Ptr child_, const sf::Rect<std::uint32_t>& rect_, int x_options_, int y_options_, const sf::Vector2f& padding_ ) :
8 child( child_ ),
9 rect( rect_ ),
10 x_options( x_options_ ),
11 y_options( y_options_ ),
12 padding( padding_ )
13{
14}
15
16}
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected