25        virtual Component* getHitComponent(int32_t x, int32_t y) 
override;
 
   26        virtual void render(
const Sml::Rectangle<int32_t>& targetRegion) 
override;
 
   29        virtual void prerenderSelf() 
override;
 
   35        virtual int32_t computeCustomPrefWidth(int32_t height = -1) 
const override;
 
   36        virtual int32_t computeCustomPrefHeight(int32_t width = -1) 
const override;