applicationmanagement/server/inc/amview.h
changeset 66 f8de2c99bcde
parent 42 aa33c2cb9a50
equal deleted inserted replaced
64:f2a9f5a3b8ba 66:f8de2c99bcde
    27     Q_OBJECT
    27     Q_OBJECT
    28 
    28 
    29 public:
    29 public:
    30     AMView();
    30     AMView();
    31     ~AMView();
    31     ~AMView();
    32     
    32 signals :
       
    33 	/**
       
    34 	 * applicationReady() - To emit the application ready signal for matti tool.
       
    35    */
       
    36    void applicationReady();
       
    37 public:       
    33     //Handles the incoming events
    38     //Handles the incoming events
    34     bool eventFilter(QObject *object, QEvent *event);
    39     bool eventFilter(QObject *object, QEvent *event);
       
    40 
       
    41 private:    
       
    42     TBool Initilized;
    35     };
    43     };
    36 #endif /* AMVIEW_H_ */
    44 #endif /* AMVIEW_H_ */