27 using Ptr = std::shared_ptr<ResizablePresentationInterface>;
28 using WeakPtr = std::weak_ptr<ResizablePresentationInterface>;
Definition interface.hh:11
Definition resizablepresentationinterface.hh:25
std::shared_ptr< ResizablePresentationInterface > Ptr
Definition resizablepresentationinterface.hh:27
std::weak_ptr< ResizablePresentationInterface > WeakPtr
Definition resizablepresentationinterface.hh:28
virtual void setRect(ViewInterface::WeakPtr const &vi, Scroom::Utils::Rectangle< double > const &rect)=0
Definition rectangle.hh:29
std::weak_ptr< ViewInterface > WeakPtr
Definition viewinterface.hh:194
ViewInterface::Ptr const vi
Definition pipette-tests.cc:186
const auto rect
Definition rectangletests.cc:335