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

Method InvalidateImpl

src/SFGUI/Notebook.cpp:33–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33std::unique_ptr<RenderQueue> Notebook::InvalidateImpl() const {
34 return Context::Get().GetEngine().CreateNotebookDrawable( std::dynamic_pointer_cast<const Notebook>( shared_from_this() ) );
35}
36
37sf::Vector2f Notebook::CalculateRequisition() {
38 if( !GetPageCount() ) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected