inc/unieditorplugininterface.h
changeset 52 12db4185673b
parent 31 ebfee66fde93
equal deleted inserted replaced
44:36f374c67aa8 52:12db4185673b
    32      * Enum defining EditorOperation 
    32      * Enum defining EditorOperation 
    33      * @attention This enum can have values from 0 to 2 only.
    33      * @attention This enum can have values from 0 to 2 only.
    34      */
    34      */
    35     enum EditorOperation
    35     enum EditorOperation
    36     {
    36     {
    37         Forward = 0, 
    37         Forward = 0,
       
    38         Reply,
    38         ReplyAll, 
    39         ReplyAll, 
    39         Default 
    40         Default 
    40     };
    41     };
    41 
    42 
    42     /**
    43     /**