| Base()=default | Scroom::Utils::Base | |
| Base(const Base &)=delete | Scroom::Utils::Base | |
| Base(Base &&)=delete | Scroom::Utils::Base | |
| close(ViewInterface::WeakPtr vi)=0 | Viewable | pure virtual |
| create() | PresentationMock | inlinestatic |
| getContext() const =0 | PresentationInterface | pure virtual |
| getObservers() | Scroom::Utils::Observable< T > | protected |
| getProperty(const std::string &name, std::string &value)=0 | PresentationInterface | pure virtual |
| getRect()=0 | PresentationInterface | pure virtual |
| getTitle()=0 | PresentationInterface | pure virtual |
| Interface()=default | Interface | private |
| Interface(const Interface &)=delete | Interface | private |
| Interface(Interface &&)=delete | Interface | private |
| isPropertyDefined(const std::string &name)=0 | PresentationInterface | pure virtual |
| MOCK_CONST_METHOD0(getContext, Scroom::Utils::Context::ConstPtr()) | PresentationMock | |
| MOCK_METHOD0(getRect, Scroom::Utils::Rectangle< double >()) | PresentationMock | |
| MOCK_METHOD0(getTitle, std::string()) | PresentationMock | |
| MOCK_METHOD1(open, void(ViewInterface::WeakPtr)) | PresentationMock | |
| MOCK_METHOD1(close, void(ViewInterface::WeakPtr)) | PresentationMock | |
| MOCK_METHOD1(isPropertyDefined, bool(const std::string &)) | PresentationMock | |
| MOCK_METHOD2(getProperty, bool(const std::string &, std::string &)) | PresentationMock | |
| MOCK_METHOD4(redraw, void(ViewInterface::Ptr const &, cairo_t *, Scroom::Utils::Rectangle< double >, int)) | PresentationMock | |
| Observable() | Scroom::Utils::Observable< T > | |
| Observable(const Observable &)=delete | Scroom::Utils::Observable< T > | |
| Observable(Observable &&)=delete | Scroom::Utils::Observable< T > | |
| Observer typedef | Scroom::Utils::Observable< T > | |
| observerAdded(Observer const &observer, Scroom::Bookkeeping::Token const &token) | Scroom::Utils::Observable< T > | protectedvirtual |
| ObserverWeak typedef | Scroom::Utils::Observable< T > | private |
| open(ViewInterface::WeakPtr vi)=0 | Viewable | pure virtual |
| Viewable::operator=(const Interface &)=delete | Interface | private |
| Viewable::operator=(Interface &&)=delete | Interface | private |
| Scroom::Utils::Observable::operator=(const Observable &)=delete | Scroom::Utils::Observable< T > | |
| Scroom::Utils::Observable::operator=(Observable &&)=delete | Scroom::Utils::Observable< T > | |
| Scroom::Utils::Base::operator=(const Base &)=delete | Scroom::Utils::Base | |
| Scroom::Utils::Base::operator=(Base &&)=delete | Scroom::Utils::Base | |
| Ptr typedef | PresentationMock | |
| redraw(ViewInterface::Ptr const &vi, cairo_t *cr, Scroom::Utils::Rectangle< double > presentationArea, int zoom)=0 | PresentationInterface | pure virtual |
| registerObserver(ObserverWeak const &observer) | Scroom::Utils::Observable< T > | |
| registerStrongObserver(Observer const &observer) | Scroom::Utils::Observable< T > | |
| Registration typedef | Scroom::Utils::Observable< T > | private |
| registrationMap | Scroom::Utils::Observable< T > | private |
| shared_from_this() | Scroom::Utils::Base | inline |
| shared_from_this() const | Scroom::Utils::Base | inline |
| unregisterObserver(ObserverWeak const &observer) | Scroom::Utils::Observable< T > | private |
| WeakPtr typedef | PresentationInterface | |
| ~Base()=default | Scroom::Utils::Base | virtual |
| ~Interface()=default | Interface | privatevirtual |
| ~Observable() override | Scroom::Utils::Observable< T > | |