webengine/osswebengine/WebCore/platform/symbian/FormFillPopup.h
branchRCL_3
changeset 93 79859ed3eea9
parent 67 4917f9bf7995
child 94 919f36ff910f
equal deleted inserted replaced
92:e1bea15f9a39 93:79859ed3eea9
    19 #ifndef __FORMFILLPOPUP_H__
    19 #ifndef __FORMFILLPOPUP_H__
    20 #define __FORMFILLPOPUP_H__
    20 #define __FORMFILLPOPUP_H__
    21 
    21 
    22 #include <e32base.h>
    22 #include <e32base.h>
    23 
    23 
    24 // FORWARD DECLARATIONS
       
    25 class CFont;
       
    26 namespace WebCore
    24 namespace WebCore
    27 {
    25 {
    28     class Frame;
    26     class Frame;
    29 }
    27 }
    30 
    28 
    34     virtual void addRow(const TPtrC&) = 0;
    32     virtual void addRow(const TPtrC&) = 0;
    35     virtual void invalidate() = 0;
    33     virtual void invalidate() = 0;
    36     virtual void clear() = 0;
    34     virtual void clear() = 0;
    37     virtual void setLocationHintInDoc(const TRect& r, WebCore::Frame* frame) = 0;
    35     virtual void setLocationHintInDoc(const TRect& r, WebCore::Frame* frame) = 0;
    38     virtual ~MFormFillPopup() {}
    36     virtual ~MFormFillPopup() {}
    39     virtual void setFont(CFont* font) {}
       
    40 };
    37 };
    41 
    38 
    42 #endif //!__FORMFILLPOPUP_H__
    39 #endif //!__FORMFILLPOPUP_H__