messagingapp/msgui/msgapp/inc/msgapplication.h
changeset 76 60a8a215b0ec
parent 67 fc91263aee62
equal deleted inserted replaced
73:ecf6a73a9186 76:60a8a215b0ec
    41 	 * initMattiAutomation
    41 	 * initMattiAutomation
    42 	 * connects viewReady signal to handleAppReady slot
    42 	 * connects viewReady signal to handleAppReady slot
    43 	 */
    43 	 */
    44 	void initViewReady();
    44 	void initViewReady();
    45 	
    45 	
       
    46 	/**
       
    47 	 * symbianEventFilter
       
    48 	 * handles S60 events
       
    49 	 */
       
    50     bool symbianEventFilter(const QSymbianEvent *event);
       
    51     
    46 private slots:
    52 private slots:
    47 	void handleAppReady();
    53 	void handleAppReady();
    48 
    54 
    49 signals:
    55 signals:
    50 	void applicationReady();
    56 	void applicationReady();
       
    57 
       
    58 signals:
       
    59     // emitted when close event is handled
       
    60     void closeEvent();
    51 };
    61 };
    52     
    62     
    53 #endif // MSGAPPLICATION_H_
    63 #endif // MSGAPPLICATION_H_