messages.h

00001 #ifndef MESSAGES_H
00002 #define MESSAGES_H
00003 
00004 enum
00005 {
00006         /* GUI messages from menus, etc */
00007         M_APP_QUIT,
00008         M_APP_ABOUT,
00009         M_CONNECT,
00010         M_LOCAL_PATH_BAR_INVOKED,
00011         M_REMOTE_PATH_BAR_INVOKED,
00012         M_LOCAL_DIR_CHANGED,
00013         M_REMOTE_DIR_CHANGED,
00014         M_SETTINGS_MENU,
00015         M_SETTINGS_PASSIVE,
00016         M_SETTINGS_MAX_CONNECTIONS_MENU,
00017         M_SETTINGS_MAX_CONNECTIONS,
00018         M_SETTINGS_SAVE_HISTORY,
00019         
00020         /* Sent to the remote view when dirlisting data is availble */
00021         M_REMOTE_DIRLISTING = 100,
00022         
00023         /* Messages sent to the transfer thread */
00024         M_TT_CLOSE = 500,
00025         M_TT_ADD,
00026         M_TT_PAUSE,
00027         M_TT_RESUME,
00028         M_TT_CANCEL
00029         
00030 };
00031 
00032 #endif
00033 
00034 
00035 
00036 

Generated on Sun Oct 26 21:16:21 2008 for Transferrer by  doxygen 1.5.1