src/hbwidgets/devicedialogs/hbdevicenotificationdialogsymbian.cpp
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 5 627c4a0fd0e7
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
   275 	\endcode
   275 	\endcode
   276 	\sa HbIconAnimationManager::addDefinitionFile
   276 	\sa HbIconAnimationManager::addDefinitionFile
   277 	\note Animation definition files must be stored to a place where they
   277 	\note Animation definition files must be stored to a place where they
   278 	can be accessed.    
   278 	can be accessed.    
   279     
   279     
   280     \proto
   280     \stable
   281     \hbwidgets
   281     \hbwidgets
   282 */
   282 */
   283 
   283 
   284 /*!
   284 /*!
   285     Symbian two phase constructor. Returns a pointer to CHbDeviceNotificationDialogSymbian instance.
   285     Symbian two phase constructor. Returns a pointer to CHbDeviceNotificationDialogSymbian instance.
   447         }
   447         }
   448     return TPtrC(KNullDesC());
   448     return TPtrC(KNullDesC());
   449     }
   449     }
   450     
   450     
   451 /*!
   451 /*!
   452     \deprecated CHbDeviceNotificationDialogSymbian::EnableTouchActivationL(int)
       
   453         is deprecated. Use CHbDeviceNotificationDialogSymbian::EnableTouchActivation(TBool aEnable) instead.
       
   454 */
       
   455 EXPORT_C void CHbDeviceNotificationDialogSymbian::EnableTouchActivationL(TBool aEnable)
       
   456     {
       
   457     EnableTouchActivation(aEnable);
       
   458     }
       
   459 
       
   460 /*!
       
   461     Enable user interaction on dialog. Setting is not set, if Show() or Update()
   452     Enable user interaction on dialog. Setting is not set, if Show() or Update()
   462     is not called.
   453     is not called.
   463     \param aEnable - When enabled, activation event is notified via observer interface.
   454     \param aEnable - When enabled, activation event is notified via observer interface.
   464 
   455 
   465     Default value is false.
   456     Default value is false.
   479     {        
   470     {        
   480     return d->iEnable; 
   471     return d->iEnable; 
   481     }
   472     }
   482 
   473 
   483 /*!
   474 /*!
   484     \deprecated CHbDeviceNotificationDialogSymbian::SetTimeoutL(int)
       
   485         is deprecated. Use CHbDeviceNotificationDialogSymbian::SetTimeout(TInt aTimeout) instead.
       
   486 */
       
   487 EXPORT_C void CHbDeviceNotificationDialogSymbian::SetTimeoutL(TInt aTimeout)
       
   488     {
       
   489     SetTimeout(aTimeout);       
       
   490     }
       
   491 
       
   492 /*!
       
   493     Set dialog timeout. Timeout is not set, if Show() or Update()
   475     Set dialog timeout. Timeout is not set, if Show() or Update()
   494     is not called.
   476     is not called.
   495     \param aTimeout - Set timeout for dialog.
   477     \param aTimeout - Set timeout for dialog.
   496 
   478 
   497     Default value is HbPopup::StandardTimeout (3000 ms).
   479     Default value is HbPopup::StandardTimeout (3000 ms).
   509 */
   491 */
   510 EXPORT_C TInt CHbDeviceNotificationDialogSymbian::Timeout() const
   492 EXPORT_C TInt CHbDeviceNotificationDialogSymbian::Timeout() const
   511     {    
   493     {    
   512     return d->iTimeout;
   494     return d->iTimeout;
   513     }
   495     }
   514 
       
   515 /*!
       
   516     \deprecated CHbDeviceNotificationDialogSymbian::SetTitleTextWrappingL(CHbDeviceNotificationDialogSymbian::TextWrapping)
       
   517         is deprecated. Use CHbDeviceNotificationDialogSymbian::SetTitleTextWrapping(TextWrapping aWrapping) instead.
       
   518 
       
   519 */
       
   520 EXPORT_C void CHbDeviceNotificationDialogSymbian::SetTitleTextWrappingL(
       
   521     TextWrapping aWrapping)
       
   522     {
       
   523     SetTitleTextWrapping(aWrapping);
       
   524     } 
       
   525 
   496 
   526 /*!
   497 /*!
   527     Set dialog title text wrapping. Text wrapping is not set, if Show() or Update()
   498     Set dialog title text wrapping. Text wrapping is not set, if Show() or Update()
   528     is not called.
   499     is not called.
   529     \param aWrapping - Defines title text wrapping.
   500     \param aWrapping - Defines title text wrapping.