messagingapp/msgservices/msgserviceapp/inc/msgservicewindow.h
changeset 70 a15d9966050f
parent 27 e4592d119491
equal deleted inserted replaced
61:8ba0afbb4637 70:a15d9966050f
    24 class MsgViewInterface;
    24 class MsgViewInterface;
    25 class MsgStoreHandler;
    25 class MsgStoreHandler;
    26 class MsgServiceViewManager;
    26 class MsgServiceViewManager;
    27 class MsgShareUiInterface;
    27 class MsgShareUiInterface;
    28 class MsgSendInterface;
    28 class MsgSendInterface;
       
    29 class MsgUriHandlerInterface;
    29 
    30 
    30 class MsgServiceWindow : public HbMainWindow
    31 class MsgServiceWindow : public HbMainWindow
    31     {
    32     {
    32     Q_OBJECT
    33     Q_OBJECT
    33     
    34     
    40     /**
    41     /**
    41      * Destructor
    42      * Destructor
    42      */
    43      */
    43     ~MsgServiceWindow();
    44     ~MsgServiceWindow();
    44     
    45     
       
    46 protected:
       
    47 
       
    48     /**
       
    49      * Key press event handler
       
    50      * @see QGraphicsItem
       
    51      */
       
    52     void keyPressEvent(QKeyEvent *event);
       
    53 
    45 private:
    54 private:
    46     /**
    55     /**
    47      * View interface object
    56      * View interface object
    48      * Owned
    57      * Owned
    49      */
    58      */
    58     /**
    67     /**
    59      * View interface object
    68      * View interface object
    60      * Owned
    69      * Owned
    61      */
    70      */
    62     MsgShareUiInterface*  mShareUiInterface;
    71     MsgShareUiInterface*  mShareUiInterface;
       
    72 
       
    73     /**
       
    74      * URI handler interface object
       
    75      * Owned
       
    76      */
       
    77     MsgUriHandlerInterface*  mUriInterface;
    63     
    78     
    64     /**
    79     /**
    65      * Message store handler
    80      * Message store handler
    66      * Owned.
    81      * Owned.
    67      */
    82      */