radioapp/radioapplication/inc/testwindow_win32.h
changeset 57 21be958eb3ce
parent 24 6df133bd92e1
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
    37 
    37 
    38     void addHbWindow( HbMainWindow* radioWindow );
    38     void addHbWindow( HbMainWindow* radioWindow );
    39 
    39 
    40     void init();
    40     void init();
    41 
    41 
    42 private slots:
    42 private Q_SLOTS:
    43 
    43 
    44     void changeOrientation();
    44     void changeOrientation();
    45     void volumeUp();
    45     void volumeUp();
    46     void volumeDown();
    46     void volumeDown();
    47     void toggleHeadsetStatus();
    47     void toggleHeadsetStatus();
    48     void updateWindowSize();
    48     void updateWindowSize();
    49     void addSong();
    49     void addSong();
    50     void clearSong();
    50     void clearSong();
       
    51     void addRadiotext();
       
    52     void clearRadiotext();
    51     void toggleOffline();
    53     void toggleOffline();
    52     void changeTheme( const QString& theme );
    54     void changeTheme( const QString& theme );
    53 
    55 
    54 private:
    56 private:
    55 
    57 
    63     QPushButton*    mVolUpButton;
    65     QPushButton*    mVolUpButton;
    64     QPushButton*    mVolDownButton;
    66     QPushButton*    mVolDownButton;
    65 
    67 
    66     QPushButton*    mAddSongButton;
    68     QPushButton*    mAddSongButton;
    67     QPushButton*    mClearSongButton;
    69     QPushButton*    mClearSongButton;
       
    70 
       
    71     QPushButton*    mAddRadiotextButton;
       
    72     QPushButton*    mClearRadiotextButton;
    68 
    73 
    69     QPushButton*    mHeadsetButton;
    74     QPushButton*    mHeadsetButton;
    70     bool            mHeadsetConnected;
    75     bool            mHeadsetConnected;
    71 
    76 
    72     QPushButton*    mOfflineButton;
    77     QPushButton*    mOfflineButton;