messagingapp/msgui/unifiedviewer/inc/univieweraudiowidget.h
changeset 52 12db4185673b
parent 43 35b64624a9e7
child 70 a15d9966050f
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    47     /**
    47     /**
    48      * Populates the widget contents.
    48      * Populates the widget contents.
    49      * @param info Object information.
    49      * @param info Object information.
    50      */
    50      */
    51     void populate(UniMessageInfo *info);
    51     void populate(UniMessageInfo *info);
       
    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      * Mime type of media.
   116      * Mime type of media.
   111      */
   117      */
   112     QString mMimeType;
   118     QString mMimeType;
       
   119 
       
   120     /**
       
   121      * True if valid media duration else false.
       
   122      */
       
   123     bool mValidMediaDuration;
   113 };
   124 };
   114 
   125 
   115 #endif //UNI_VIEWER_AUDIO_WIDGET_H
   126 #endif //UNI_VIEWER_AUDIO_WIDGET_H
   116 // EOF
   127 // EOF