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