messagingapp/msgui/inc/msgbaseview.h
changeset 52 12db4185673b
parent 44 36f374c67aa8
child 70 a15d9966050f
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    52     /**
    52     /**
    53      * enum definition for differentiating switchview to unieditor command further
    53      * enum definition for differentiating switchview to unieditor command further
    54      */
    54      */
    55     enum UniEditorOperation
    55     enum UniEditorOperation
    56         {
    56         {
    57         ADD_PHOTO = 0x01,
    57         ADD_PHOTO = 0x001,
    58         ADD_AUDIO = 0x02,
    58         ADD_AUDIO = 0x002,
    59         ADD_VIDEO = 0x04,
    59         ADD_VIDEO = 0x004,
    60         ADD_VCARD = 0x08,
    60         ADD_VCARD = 0x008,
    61         ADD_OTHERS = 0x10,
    61         ADD_OTHERS = 0x010,
    62         ADD_RECIPIENTS = 0x20,
    62         ADD_RECIPIENTS = 0x020,
    63         ADD_SUBJECT = 0x40,
    63         ADD_SUBJECT = 0x040,
    64         FORWARD_MSG = 0x80
    64         FORWARD_MSG = 0x080,
       
    65         REPLY_MSG = 0x100,
       
    66         REPLY_ALL_MSG = 0x200
    65         };
    67         };
    66     
    68     
    67     signals:
    69     signals:
    68     /**
    70     /**
    69      * This signal is emitted whenever a view switch is needed.
    71      * This signal is emitted whenever a view switch is needed.