src/hbwidgets/devicedialogs/hbdeviceprogressdialogsymbian.h
changeset 2 06ff229162e9
parent 0 16d8024aca5e
child 23 e6ad4ef83b23
child 34 ed14f46c0e55
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    46             MHbDeviceProgressDialogObserver* aObserver = 0);
    46             MHbDeviceProgressDialogObserver* aObserver = 0);
    47     IMPORT_C virtual ~CHbDeviceProgressDialogSymbian();
    47     IMPORT_C virtual ~CHbDeviceProgressDialogSymbian();
    48 
    48 
    49     IMPORT_C void ShowL();
    49     IMPORT_C void ShowL();
    50     IMPORT_C void UpdateL();
    50     IMPORT_C void UpdateL();
    51     IMPORT_C void Cancel(); // deprecated
       
    52     IMPORT_C void Close();
    51     IMPORT_C void Close();
    53 
    52 
    54     IMPORT_C void SetRange(TInt aMin, TInt aMax);
    53     IMPORT_C void SetRange(TInt aMin, TInt aMax);
    55 
    54 
    56     IMPORT_C void SetMaximum(TInt aMax);
    55     IMPORT_C void SetMaximum(TInt aMax);
    75     IMPORT_C const TPtrC IconName() const;
    74     IMPORT_C const TPtrC IconName() const;
    76 
    75 
    77     IMPORT_C void SetAnimationDefinitionL(const TDesC& aAnimationDefinition);
    76     IMPORT_C void SetAnimationDefinitionL(const TDesC& aAnimationDefinition);
    78     IMPORT_C TPtrC AnimationDefinition() const;
    77     IMPORT_C TPtrC AnimationDefinition() const;
    79 
    78 
    80     IMPORT_C void SetTextAlignment(TInt aAlign);
       
    81     IMPORT_C TInt TextAlignment() const;
       
    82 
       
    83     IMPORT_C void SetIconAlignment(TInt aAlign);
       
    84     IMPORT_C TInt IconAlignment() const;
       
    85 
       
    86     IMPORT_C void SetTextWrapping(TBool aWrap); // deprecated
       
    87     IMPORT_C TBool TextWrapping() const; // deprecated
       
    88 
       
    89     IMPORT_C void SetButtonTextL(const TDesC& aText);
    79     IMPORT_C void SetButtonTextL(const TDesC& aText);
    90     IMPORT_C const TPtrC ButtonText() const;
    80     IMPORT_C const TPtrC ButtonText() const;
    91 
    81 
    92     IMPORT_C void SetButton(TBool aEnable);
    82     IMPORT_C void SetButton(TBool aEnable);
    93     IMPORT_C TBool HasButton() const;
    83     IMPORT_C TBool HasButton() const;