src/hbwidgets/devicedialogs/hbdevicemessageboxsymbian.h
changeset 2 06ff229162e9
parent 0 16d8024aca5e
child 5 627c4a0fd0e7
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    74     IMPORT_C const TPtrC IconName() const;
    74     IMPORT_C const TPtrC IconName() const;
    75 
    75 
    76     IMPORT_C void SetAnimationDefinitionL(const TDesC& aAnimationDefinition);
    76     IMPORT_C void SetAnimationDefinitionL(const TDesC& aAnimationDefinition);
    77     IMPORT_C TPtrC AnimationDefinition() const;
    77     IMPORT_C TPtrC AnimationDefinition() const;
    78 
    78 
    79     IMPORT_C void SetIconAlignmentL(TInt aQtAlignment); // deprecated
       
    80     IMPORT_C void SetIconAlignment(TInt aQtAlignment);
       
    81     IMPORT_C TInt IconAlignment() const;
       
    82 
       
    83     void SetIconVisible(TBool aVisible);
    79     void SetIconVisible(TBool aVisible);
    84     TBool IconVisible() const;
    80     TBool IconVisible() const;
    85 
    81 
    86     IMPORT_C void SetTimeoutL(TInt aTimeout); // deprecated
       
    87     IMPORT_C void SetTimeout(TInt aTimeout);
    82     IMPORT_C void SetTimeout(TInt aTimeout);
    88     IMPORT_C TInt Timeout() const;
    83     IMPORT_C TInt Timeout() const;
    89 
    84 
    90     IMPORT_C void SetDismissPolicyL(TInt aHbPopupDismissPolicy); // deprecated
       
    91     IMPORT_C void SetDismissPolicy(TInt aHbPopupDismissPolicy);
    85     IMPORT_C void SetDismissPolicy(TInt aHbPopupDismissPolicy);
    92     IMPORT_C TInt DismissPolicy() const;
    86     IMPORT_C TInt DismissPolicy() const;
    93 
    87 
    94     IMPORT_C void SetButtonTextL(TButtonId aButton, const TDesC& aText);
    88     IMPORT_C void SetButtonTextL(TButtonId aButton, const TDesC& aText);
    95     IMPORT_C const TPtrC ButtonText(TButtonId aButton) const;
    89     IMPORT_C const TPtrC ButtonText(TButtonId aButton) const;
    96 
    90 
    97     IMPORT_C void SetButtonL(TButtonId aButton, TBool aEnable);  // deprecated
       
    98     IMPORT_C void SetButton(TButtonId aButton, TBool aEnable);
    91     IMPORT_C void SetButton(TButtonId aButton, TBool aEnable);
    99     IMPORT_C TBool HasButton(TButtonId aButton) const;
    92     IMPORT_C TBool HasButton(TButtonId aButton) const;
   100 
    93 
   101     IMPORT_C void SetObserver(MHbDeviceMessageBoxObserver *aObserver);
    94     IMPORT_C void SetObserver(MHbDeviceMessageBoxObserver *aObserver);
   102 
    95