radioapp/radiowidgets/inc/radiohistoryview.h
changeset 57 21be958eb3ce
parent 54 a8ba0c289b44
equal deleted inserted replaced
56:04837bf3a628 57:21be958eb3ce
    49     HbIcon nonTaggedIcon() const;
    49     HbIcon nonTaggedIcon() const;
    50 
    50 
    51     void setTaggedIcon( const HbIcon& taggedIcon );
    51     void setTaggedIcon( const HbIcon& taggedIcon );
    52     HbIcon taggedIcon() const;
    52     HbIcon taggedIcon() const;
    53 
    53 
    54 private slots:
    54 private Q_SLOTS:
    55 
    55 
    56     void updateViewMode();
    56     void updateViewMode();
    57     void openMultiSelection();
    57     void openMultiSelection();
    58     void updateVisibilities();
    58     void updateVisibilities();
    59     void showContextMenu( const QModelIndex& index );
    59     void showContextMenu( const QModelIndex& index );
    60     void handleLongPress( HbAbstractViewItem* item );
    60     void handleLongPress( HbAbstractViewItem* item );
    61     void toggleTagging();
    61     void toggleTagging();
       
    62     void handleRemoveTag( HbAction* answer );
    62     void openOviStore();
    63     void openOviStore();
    63     void openOtherStore();
    64     void openOtherStore();
    64     void addSongs();            // Temporary test code
    65     void addSongs();            // Temporary test code
    65     void addOneSong();          // Temporary test code
    66     void addOneSong();          // Temporary test code
    66 
    67