inc/unieditorplugininterface.h
changeset 41 25fe1fe642e3
parent 25 84d9eb65b26f
equal deleted inserted replaced
40:224522e33db9 41:25fe1fe642e3
    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     /**