Go to the documentation of this file.
12 #include <boost/shared_ptr.hpp>
13 #include <boost/weak_ptr.hpp>
29 using Ptr = boost::shared_ptr<ResizablePresentationInterface>;
30 using WeakPtr = boost::weak_ptr<ResizablePresentationInterface>;
boost::shared_ptr< ResizablePresentationInterface > Ptr
Definition: resizablepresentationinterface.hh:29
Definition: resizablepresentationinterface.hh:26
boost::weak_ptr< ViewInterface > WeakPtr
Definition: viewinterface.hh:194
virtual void setRect(ViewInterface::WeakPtr const &vi, Scroom::Utils::Rectangle< double > const &rect)=0
Definition: interface.hh:10
boost::weak_ptr< ResizablePresentationInterface > WeakPtr
Definition: resizablepresentationinterface.hh:30