Dedupe::GUI::MainAction Namespace Reference


Enumerations

enum  MainAction {
  Append, Remove, Index, Manage,
  Delete, Edit, Hide, Show,
  Quit
}


Enumeration Type Documentation

enum Dedupe::GUI::MainAction::MainAction

The following Tokens will be send by the GetAction()-method and describe the action the user has selected

Enumerator:
Append  Append button (at list) was pressed.
Remove  Remove item (at list) was pressed.
Index  Index button was pressed.
Manage  Manage button was pressed.
Delete  Delete items which are selected for deletion.
Edit  Delete items which are selected for deletion.
Hide  Hide window.
Show  Restore hidden window.
Quit  Exit to operating system.

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       };


Generated on Thu Apr 7 12:57:25 2011 for Dedupe by  doxygen 1.5.1