|
Scroom 0.14-49-gb7ae7a6d
|
#include <resizablepresentationinterface.hh>


Public Types | |
| using | Ptr = std::shared_ptr< ResizablePresentationInterface > |
| using | WeakPtr = std::weak_ptr< ResizablePresentationInterface > |
Public Member Functions | |
| virtual void | setRect (ViewInterface::WeakPtr const &vi, Scroom::Utils::Rectangle< double > const &rect)=0 |
Additional Inherited Members | |
Private Member Functions inherited from Interface | |
| Interface ()=default | |
| Interface (const Interface &)=delete | |
| Interface & | operator= (const Interface &)=delete |
| Interface (Interface &&)=delete | |
| Interface & | operator= (Interface &&)=delete |
| virtual | ~Interface ()=default |
Represent some 2D content that can assume any given size.
| using ResizablePresentationInterface::Ptr = std::shared_ptr<ResizablePresentationInterface> |
| using ResizablePresentationInterface::WeakPtr = std::weak_ptr<ResizablePresentationInterface> |
|
pure virtual |