Enumerations | |
enum | MainAction { Append, Remove, Index, Manage, Delete, Edit, Hide, Show, Quit } |
The following Tokens will be send by the GetAction()-method and describe the action the user has selected
Definition at line 24 of file interface.h.
00025 { 00026 Append, 00027 Remove, 00028 Index, 00029 Manage, 00030 Delete, 00031 Edit, 00032 00033 Hide, 00034 Show, 00035 Quit 00036 };