messagingapp/msgui/inc/msgbaseview.h
branchGCC_SURGE
changeset 47 5b14749788d7
parent 25 84d9eb65b26f
parent 44 36f374c67aa8
equal deleted inserted replaced
35:a32b19fb291e 47:5b14749788d7
    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_