messagingapp/msgui/unifiedviewer/inc/univiewerbodywidget.h
changeset 43 35b64624a9e7
parent 34 84197e66a4bd
child 47 5b14749788d7
child 52 12db4185673b
equal deleted inserted replaced
34:84197e66a4bd 43:35b64624a9e7
    52 
    52 
    53 public slots:
    53 public slots:
    54 
    54 
    55     /**
    55     /**
    56      * Called to insert image content in viewer.
    56      * Called to insert image content in viewer.
    57      * @param medialist list of absolute paths of media.
    57      * @param info Object information.
    58      */
    58      */
    59     void setPixmap(const QString &mimeType, const QString &pixmapFile);
    59     void setPixmap(UniMessageInfo *info);
    60 
    60 
    61     /**
    61     /**
    62      * Called to insert audio content in viewer.
    62      * Called to insert audio content in viewer.
    63      * @param medialist list of absolute paths of media.
    63      * @param info Object information.
    64      */
    64      */
    65     void setAudio(const QString &mimeType, const QString &audiofile);
    65     void setAudio(UniMessageInfo *info);
    66 
    66 
    67     /**
    67     /**
    68      * Called to insert video content in viewer.
    68      * Called to insert video content in viewer.
    69      * @param medialist list of absolute paths of media.
    69      * @param info Object information.
    70      */
    70      */
    71     void setVideo(const QString &mimeType, const QString &videofile);
    71     void setVideo(UniMessageInfo *info);
    72 
    72 
    73     /**
    73     /**
    74      * Called to insert text content in viewer.
    74      * Called to insert text content in viewer.
    75      * @param text Body text to be set.
    75      * @param text Body text to be set.
    76      */
    76      */