messagingapp/msgui/inc/msgbaseview.h
changeset 37 518b245aa84c
parent 25 84d9eb65b26f
child 41 25fe1fe642e3
equal deleted inserted replaced
25:84d9eb65b26f 37:518b245aa84c
    43         CV,
    43         CV,
    44         DLV,
    44         DLV,
    45         UNIEDITOR,
    45         UNIEDITOR,
    46         UNIVIEWER,
    46         UNIVIEWER,
    47         MSGSETTINGS,
    47         MSGSETTINGS,
    48         SERVICE
    48         SERVICE,
       
    49         AUDIOFETCHER
    49         };
    50         };
    50     
    51     
    51     /**
    52     /**
    52      * enum definition for differentiating switchview to unieditor command further
    53      * enum definition for differentiating switchview to unieditor command further
    53      */
    54      */
    67     /**
    68     /**
    68      * This signal is emitted whenever a view switch is needed.
    69      * This signal is emitted whenever a view switch is needed.
    69      */
    70      */
    70     void switchView(const QVariantList& data);
    71     void switchView(const QVariantList& data);
    71     
    72     
       
    73     /**
       
    74      * Forceful close of conversation view
       
    75      */
       
    76     void closeOpenConversationView();
    72 
    77 
    73 };
    78 };
    74 
    79 
    75 #endif //MSG_BASE_VIEW_H_
    80 #endif //MSG_BASE_VIEW_H_