photosgallery/viewframework/uiutilities/inc/glxprogressindicator.h
branchRCL_3
changeset 17 a60acebbbd9d
parent 14 2dac0fdba72b
child 19 420f6808bf21
equal deleted inserted replaced
15:191387a8b767 17:a60acebbbd9d
    36     {
    36     {
    37 public:
    37 public:
    38     IMPORT_C static CGlxProgressIndicator* NewL(MDialogDismisedObserver&  aGlxGridViewNotifyObserver);
    38     IMPORT_C static CGlxProgressIndicator* NewL(MDialogDismisedObserver&  aGlxGridViewNotifyObserver);
    39     ~CGlxProgressIndicator();
    39     ~CGlxProgressIndicator();
    40     static CGlxProgressIndicator* NewLC(MDialogDismisedObserver&  aGlxGridViewNotifyObserver);
    40     static CGlxProgressIndicator* NewLC(MDialogDismisedObserver&  aGlxGridViewNotifyObserver);
    41 
    41     /**
       
    42      * dismiss progress dialog when it is needed
       
    43      */
       
    44     IMPORT_C void DismissProgressDialog();
    42 private:
    45 private:
    43     CGlxProgressIndicator(MDialogDismisedObserver&  aGlxGridViewNotifyObserver);
    46     CGlxProgressIndicator(MDialogDismisedObserver&  aGlxGridViewNotifyObserver);
    44     void ConstructL();
    47     void ConstructL();
    45     
    48     
    46     /**
    49     /**