deviceupdatesui/deviceupdates/inc/dmfotaview.h
changeset 62 03849bd79877
parent 60 d6935193cf9a
child 67 fdbfe0a95492
equal deleted inserted replaced
60:d6935193cf9a 62:03849bd79877
    54     virtual ~DMFotaView();
    54     virtual ~DMFotaView();
    55     bool addFotaView();
    55     bool addFotaView();
    56     //HbDialog* createDialog() const;
    56     //HbDialog* createDialog() const;
    57     void displayNoteAndDisableButtons();
    57     void displayNoteAndDisableButtons();
    58     void enableButtons();
    58     void enableButtons();
    59 private:
    59     
    60     void FormatList(QString val, QString str);
    60 signals :
    61     RFotaEngineSession& FotaEngineL();
    61 	/**
    62     void fotaSupportEnabled();
    62 	 * applicationReady() - To emit the application ready signal for matti tool.
       
    63    */
       
    64    void applicationReady();
    63 public slots :
    65 public slots :
    64     void OnHelp();
    66     void OnHelp();
    65     void OnExit();
    67     void OnExit();
    66 	void CheckforUpdate();
    68 	void CheckforUpdate();
    67 	void AdvancedDeviceManager(bool launchadvanceview = true);	
    69 	void AdvancedDeviceManager(bool launchadvanceview = true);	
    68 	void backtoMainWindow();
    70 	void backtoMainWindow();
    69 	void readSection( Qt::Orientation orientation );
    71 	void readSection( Qt::Orientation orientation );
    70 	void ResumeUpdate();
    72 	void ResumeUpdate();
    71 public:
    73 public:
    72 	void UpdateDMUI(TBool aVal);
    74 	void UpdateDMUI(TBool aVal);
       
    75 private:
       
    76     void FormatList(QString val, QString str);
       
    77     RFotaEngineSession& FotaEngineL();
       
    78     void fotaSupportEnabled();
    73 private:
    79 private:
    74 	HbMainWindow* mMainWindow;
    80 	HbMainWindow* mMainWindow;
    75 	HbView* fotaPortraitView;
    81 	HbView* fotaPortraitView;
    76 	HbView* fotaLandscapeView;
    82 	HbView* fotaLandscapeView;
    77 	DmAdvancedView* profilesView;
    83 	DmAdvancedView* profilesView;