radioapp/radiowidgets/inc/radiostationcarousel.h
changeset 44 0a3ad94fc71c
parent 39 ac7857bd5fdb
child 47 74b7c6e79031
equal deleted inserted replaced
39:ac7857bd5fdb 44:0a3ad94fc71c
   114 
   114 
   115     void drawOffScreen( QPainter& painter );
   115     void drawOffScreen( QPainter& painter );
   116 
   116 
   117     void setLandscape( bool landscape );
   117     void setLandscape( bool landscape );
   118 
   118 
   119     void setAlternateSkippingMode( bool alternateSkipping ); //TODO: Remove this! This is test code
       
   120 
       
   121 signals:
   119 signals:
   122 
   120 
   123     void frequencyChanged( uint frequency, int reason, int direction );
   121     void frequencyChanged( uint frequency, int reason, int direction );
   124     void skipRequested( int skipMode );
   122     void skipRequested( int skipMode );
   125     void scanAnimationFinished();
   123     void scanAnimationFinished();
   223 
   221 
   224     Scroll::Direction                   mScrollDirection;
   222     Scroll::Direction                   mScrollDirection;
   225 
   223 
   226     bool                                mManualSeekMode;
   224     bool                                mManualSeekMode;
   227 
   225 
   228     bool                                mAlternateSkipping;
       
   229 
       
   230 #ifdef USE_DEBUGGING_CONTROLS
   226 #ifdef USE_DEBUGGING_CONTROLS
   231     RadioFadingLabel*                   mRdsLabel;
   227     RadioFadingLabel*                   mRdsLabel;
   232 #endif
   228 #endif
   233 
   229 
   234 };
   230 };