8 #ifndef SSG_PANELMODEL_HPP_ 9 #define SSG_PANELMODEL_HPP_ 11 #include "Element.hpp" 19 virtual void init(
const Panel& panel);
20 virtual void handleElement(
const Panel& panel,
Element& element,
size_t order)=0;
21 virtual void notifyNewElement(
Element& element);
22 virtual sf::FloatRect customizeArea(
const sf::FloatRect& area)
const;
23 virtual bool scrollLimits(sf::Vector2f& topLeft, sf::Vector2f& bottomRight)
const;
24 bool isElementChanged()
const;
Definition: Element.hpp:22
Definition: PanelModel.hpp:15