messagingapp/msgui/unifiededitor/inc/msgunieditoraudiowidget.h
changeset 52 12db4185673b
parent 34 84197e66a4bd
child 67 fc91263aee62
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    47      * Populates the widget contents.
    47      * Populates the widget contents.
    48      * @param mimeType Mime type of media.
    48      * @param mimeType Mime type of media.
    49      * @param filePath File path of media.
    49      * @param filePath File path of media.
    50      */
    50      */
    51     void populate(const QString &filePath);
    51     void populate(const QString &filePath);
       
    52 
       
    53     /**
       
    54      * Overloaded from base class.
       
    55      * @see HbPushButton
       
    56      */
       
    57     void setStretched(bool stretched = true);
    52 
    58 
    53 signals:
    59 signals:
    54 
    60 
    55     /**
    61     /**
    56      * Signal emitted when widget is clicked.
    62      * Signal emitted when widget is clicked.
   108 
   114 
   109     /**
   115     /**
   110      * Media file path.
   116      * Media file path.
   111      */
   117      */
   112     QString mMediaPath;
   118     QString mMediaPath;
       
   119 
       
   120     /**
       
   121      * True if valid media duration else false.
       
   122      */
       
   123     bool mValidMediaDuration;
   113 };
   124 };
   114 
   125 
   115 #endif //MSG_UNIFIED_EDITOR_AUDIO_WIDGET_H
   126 #endif //MSG_UNIFIED_EDITOR_AUDIO_WIDGET_H
   116 // EOF
   127 // EOF