phonebookui/pbkcommonui/inc/cntactionmenubuilder.h
changeset 31 2a11b5b00470
parent 27 de1630741fbe
child 37 fd64c38c277d
equal deleted inserted replaced
27:de1630741fbe 31:2a11b5b00470
    35 public:
    35 public:
    36     CntActionMenuBuilder( QContactLocalId aMyCardId );
    36     CntActionMenuBuilder( QContactLocalId aMyCardId );
    37     ~CntActionMenuBuilder();
    37     ~CntActionMenuBuilder();
    38     
    38     
    39 public:
    39 public:
    40     void execActionMenu( QContact& aContact, QPointF aPoint );
    40     HbMenu* actionMenu( QContact& aContact );
    41     
    41     
    42 public:
    42 public:
    43     HbMenu* buildActionMenu( QContact& aContact );
    43     HbMenu* buildActionMenu( QContact& aContact );
    44     
    44     
    45 signals:
    45 signals:
    61 #else
    61 #else
    62 private:
    62 private:
    63 #endif
    63 #endif
    64     
    64     
    65     void createCallAction( HbMenu& aMenu, QContact& aContact );
    65     void createCallAction( HbMenu& aMenu, QContact& aContact );
    66     void createSmsAction( HbMenu& aMenu, QContact& aContact );
    66     void createMessageAction( HbMenu& aMenu, QContact& aContact );
    67     void createEmailAction( HbMenu& aMenu, QContact& aContact );
    67     void createEmailAction( HbMenu& aMenu, QContact& aContact );
    68 private:
    68 private:
    69     QContactLocalId iMyCardId;
    69     QContactLocalId iMyCardId;
    70     QContact* mContact;
    70     QContact* mContact;
    71     CntStringMapper* mMap;
    71     CntStringMapper* mMap;