| 27 | } |
| 28 | |
| 29 | Notebook::Ptr Notebook::Create() { |
| 30 | return Ptr( new Notebook ); |
| 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() ) ); |
nothing calls this directly
no outgoing calls
no test coverage detected