qtinternetradio/ui/inc/irnowplayingview.h
changeset 15 065198191975
parent 14 896e9dbc5f19
child 16 5723da102db1
equal deleted inserted replaced
14:896e9dbc5f19 15:065198191975
    61     // slots for network event
    61     // slots for network event
    62     void handleNetworkEvent(IRQNetworkEvent aEvent);
    62     void handleNetworkEvent(IRQNetworkEvent aEvent);
    63     
    63     
    64     // slots for orientation change
    64     // slots for orientation change
    65     void handleOrientationChanged(Qt::Orientation);    
    65     void handleOrientationChanged(Qt::Orientation);    
       
    66     void handleGeometryChanged();
    66     
    67     
    67     // slots for play controller
    68     // slots for play controller
    68     void handlePlayStarted();
    69     void handlePlayStarted();
    69     void handlePlayStopped();
    70     void handlePlayStopped();
    70     void updateMetaData(IRQMetaData* aMetaData);
    71     void updateMetaData(IRQMetaData* aMetaData);
    88 #ifdef ADV_ENABLED
    89 #ifdef ADV_ENABLED
    89     // since this maybe called during handleLogoDownloaded(), 
    90     // since this maybe called during handleLogoDownloaded(), 
    90     // so make it as slot connected to a single timer.
    91     // so make it as slot connected to a single timer.
    91     void updateAdvImage();
    92     void updateAdvImage();
    92 #endif
    93 #endif
    93     
    94    
    94 #ifdef STATISTIC_REPORT_TEST_ENABLED
       
    95     void handleDummySongIdentify();
       
    96     void handleDummyGoToNms();
       
    97     void handleDummyFindInNms();
       
    98 #endif
       
    99     
       
   100 private:
    95 private:
   101     void initialize();
    96     void initialize();
   102     void initMenu();
    97     void initMenu();
   103     void initToolBar();
    98     void initToolBar();
   104     void initWidget();
    99     void initWidget();
   108     void updateForLauchAction();
   103     void updateForLauchAction();
   109     void updateSongName(const QString &aSongName);
   104     void updateSongName(const QString &aSongName);
   110     
   105     
   111     void updateStationLogo();	
   106     void updateStationLogo();	
   112     void loadStationLogo();
   107     void loadStationLogo();
   113     
   108 
   114     void lazyInit();
       
   115     void normalInit();
       
   116     
   109     
   117 #ifdef ADV_ENABLED
   110 #ifdef ADV_ENABLED
   118     void mousePressEvent(QGraphicsSceneMouseEvent *aEvent);
   111     void mousePressEvent(QGraphicsSceneMouseEvent *aEvent);
   119     void openAdvLink();
   112     void openAdvLink();
   120 #endif
   113 #endif