webengine/osswebengine/WebCore/platform/Widget.h
changeset 15 60c5402cb945
parent 0 dd21522fd290
equal deleted inserted replaced
11:c8a366e56285 15:60c5402cb945
   116 
   116 
   117         // This method is used by plugins on all platforms to obtain a clip rect that includes clips set by WebCore,
   117         // This method is used by plugins on all platforms to obtain a clip rect that includes clips set by WebCore,
   118         // e.g., in overflow:auto sections.  The clip rects coordinates are in the containing window's coordinate space.
   118         // e.g., in overflow:auto sections.  The clip rects coordinates are in the containing window's coordinate space.
   119         // This clip includes any clips that the widget itself sets up for its children.
   119         // This clip includes any clips that the widget itself sets up for its children.
   120         virtual IntRect windowClipRect() const;
   120         virtual IntRect windowClipRect() const;
   121 
   121 #if PLATFORM(SYMBIAN)
       
   122         virtual void handleEvent(Event* event);
       
   123 #else
   122         virtual void handleEvent(Event*) { }
   124         virtual void handleEvent(Event*) { }
   123 
   125 #endif
       
   126         
   124 #if PLATFORM(WIN)
   127 #if PLATFORM(WIN)
   125         void setContainingWindow(HWND);
   128         void setContainingWindow(HWND);
   126         HWND containingWindow() const;
   129         HWND containingWindow() const;
   127 
   130 
   128         virtual void setParent(ScrollView*);
   131         virtual void setParent(ScrollView*);