MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / relativeBoundRect

Method relativeBoundRect

source/windowing/StarVerticalLayout.cpp:61–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61RectI VerticalLayout::relativeBoundRect() const {
62 return contentBoundRect().translated(relativePosition());
63}
64
65void VerticalLayout::setHorizontalAnchor(HorizontalAnchor horizontalAnchor) {
66 m_horizontalAnchor = horizontalAnchor;

Callers 1

updateMethod · 0.45

Calls 1

translatedMethod · 0.45

Tested by

no test coverage detected