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

Method InvalidateImpl

src/SFGUI/ScrolledWindow.cpp:132–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130}
131
132std::unique_ptr<RenderQueue> ScrolledWindow::InvalidateImpl() const {
133 return Context::Get().GetEngine().CreateScrolledWindowDrawable( std::dynamic_pointer_cast<const ScrolledWindow>( shared_from_this() ) );
134}
135
136sf::Vector2f ScrolledWindow::CalculateRequisition() {
137 float scrollbar_width( Context::Get().GetEngine().GetProperty<float>( "ScrollbarWidth", shared_from_this() ) );

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected