messagingapp/msgui/msgapp/inc/msgmainwindow.h
changeset 37 518b245aa84c
parent 23 238255e8b033
child 62 fdbe8253b596
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
    38 
    38 
    39 public:
    39 public:
    40     /**
    40     /**
    41      * Constructor
    41      * Constructor
    42      */
    42      */
    43     MsgMainWindow(bool serviceRequest, QWidget *parent = 0);
    43     MsgMainWindow(bool serviceRequest, 
       
    44                   int activityMsgId = -1,
       
    45                    QWidget *parent = 0);
    44 
    46 
    45     /**
    47     /**
    46      * Destructor
    48      * Destructor
    47      */
    49      */
    48     virtual ~MsgMainWindow();
    50     virtual ~MsgMainWindow();
    49     
    51     
    50     
    52     /**
       
    53      * Returns view manager.
       
    54      */
       
    55     MsgViewManager* viewManager();
    51 private:
    56 private:
    52     MsgServiceInterface* mMsgSI;
    57     MsgServiceInterface* mMsgSI;
    53     MsgSendServiceInterface* mMsgSendSI;
    58     MsgSendServiceInterface* mMsgSendSI;
    54 
    59     MsgViewManager* mViewManager;
    55 };
    60 };
    56 
    61 
    57 #endif // MSG_MAIN_WINDOW_H
    62 #endif // MSG_MAIN_WINDOW_H
    58 
    63 
    59 // EOF
    64 // EOF