radioapp/radiowidgets/src/radiostationcarousel.cpp
changeset 38 f8c3d4e6102c
parent 36 ba22309243a1
child 44 0a3ad94fc71c
equal deleted inserted replaced
36:ba22309243a1 38:f8c3d4e6102c
   439 {
   439 {
   440     mItems[CenterItem]->drawOffScreen( painter );
   440     mItems[CenterItem]->drawOffScreen( painter );
   441 }
   441 }
   442 
   442 
   443 /*!
   443 /*!
       
   444  *
       
   445  */
       
   446 void RadioStationCarousel::setLandscape( bool landscape )
       
   447 {
       
   448     CALL_TO_ALL_ITEMS( setLandscape( landscape ) );
       
   449 }
       
   450 
       
   451 /*!
   444  * TODO: Remove this! This is test code
   452  * TODO: Remove this! This is test code
   445  */
   453  */
   446 void RadioStationCarousel::setAlternateSkippingMode( bool alternateSkipping )
   454 void RadioStationCarousel::setAlternateSkippingMode( bool alternateSkipping )
   447 {
   455 {
   448     mAlternateSkipping = alternateSkipping;
   456     mAlternateSkipping = alternateSkipping;