webengine/osswebengine/WebCore/platform/symbian/FormFillPopup.h
branchRCL_3
changeset 67 4917f9bf7995
parent 0 dd21522fd290
child 93 79859ed3eea9
equal deleted inserted replaced
64:ac77f89b1d9e 67:4917f9bf7995
    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;
    24 namespace WebCore
    26 namespace WebCore
    25 {
    27 {
    26     class Frame;
    28     class Frame;
    27 }
    29 }
    28 
    30 
    32     virtual void addRow(const TPtrC&) = 0;
    34     virtual void addRow(const TPtrC&) = 0;
    33     virtual void invalidate() = 0;
    35     virtual void invalidate() = 0;
    34     virtual void clear() = 0;
    36     virtual void clear() = 0;
    35     virtual void setLocationHintInDoc(const TRect& r, WebCore::Frame* frame) = 0;
    37     virtual void setLocationHintInDoc(const TRect& r, WebCore::Frame* frame) = 0;
    36     virtual ~MFormFillPopup() {}
    38     virtual ~MFormFillPopup() {}
       
    39     virtual void setFont(CFont* font) {}
    37 };
    40 };
    38 
    41 
    39 #endif //!__FORMFILLPOPUP_H__
    42 #endif //!__FORMFILLPOPUP_H__