radioapp/radiowidgets/inc/radioviewbase.h
changeset 57 21be958eb3ce
parent 54 a8ba0c289b44
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
    66 
    66 
    67     void updateOrientation( Qt::Orientation orientation, bool forceUpdate = false );
    67     void updateOrientation( Qt::Orientation orientation, bool forceUpdate = false );
    68 
    68 
    69     void bringToForeground();
    69     void bringToForeground();
    70 
    70 
    71 protected slots:
    71 protected Q_SLOTS:
    72 
    72 
    73     void updateAudioRouting( bool loudspeaker );
    73     void updateAudioRouting( bool loudspeaker );
    74     void activatePreviousView();
    74     void activatePreviousView();
    75     void quit();
    75     void quit();
    76 
    76 
    77 private slots:
    77 private Q_SLOTS:
    78 
    78 
    79     void handleUserAnswer( HbAction* answer );   // Needed by HbMessageBox inconvenience API
    79     void handleUserAnswer( HbAction* answer );   // Needed by HbMessageBox inconvenience API
    80 
    80 
    81 protected:
    81 protected:
    82 
    82