messagingapp/msgui/inc/msgbaseview.h
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 37 518b245aa84c
child 47 5b14749788d7
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
    49         };
    49         };
    50     
    50     
    51     /**
    51     /**
    52      * enum definition for differentiating switchview to unieditor command further
    52      * enum definition for differentiating switchview to unieditor command further
    53      */
    53      */
    54     enum UniEditorFields
    54     enum UniEditorOperation
    55         {
    55         {
    56         ADD_PHOTO = 0x01,
    56         ADD_PHOTO = 0x01,
    57         ADD_AUDIO = 0x02,
    57         ADD_AUDIO = 0x02,
    58         ADD_VIDEO = 0x04,
    58         ADD_VIDEO = 0x04,
    59         ADD_VCARD = 0x08,
    59         ADD_VCARD = 0x08,
    60         ADD_OTHERS = 0x10,
    60         ADD_OTHERS = 0x10,
    61         ADD_RECIPIENTS = 0x20,
    61         ADD_RECIPIENTS = 0x20,
    62         ADD_SUBJECT = 0x40
    62         ADD_SUBJECT = 0x40,
       
    63         FORWARD_MSG = 0x80
    63         };
    64         };
    64     
    65     
    65     signals:
    66     signals:
    66     /**
    67     /**
    67      * This signal is emitted whenever a view switch is needed.
    68      * This signal is emitted whenever a view switch is needed.