Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

scim_panel.h

Go to the documentation of this file.
00001 /** @file scim_panel.h
00002  */
00003 
00004 /* 
00005  * Smart Common Input Method
00006  * 
00007  * Copyright (c) 2002 James Su <suzhe@turbolinux.com.cn>
00008  *
00009  *
00010  * This library is free software; you can redistribute it and/or
00011  * modify it under the terms of the GNU Lesser General Public
00012  * License as published by the Free Software Foundation; either
00013  * version 2 of the License, or (at your option) any later version.
00014  *
00015  * This library is distributed in the hope that it will be useful,
00016  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00017  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00018  * GNU Lesser General Public License for more details.
00019  *
00020  * You should have received a copy of the GNU Lesser General Public
00021  * License along with this program; if not, write to the
00022  * Free Software Foundation, Inc., 59 Temple Place, Suite 330,
00023  * Boston, MA  02111-1307  USA
00024  *
00025  * $Id: scim_panel.h,v 1.11 2004/06/19 12:58:00 suzhe Exp $
00026  */
00027 
00028 #ifndef __SCIM_PANEL_H__
00029 #define __SCIM_PANEL_H__
00030 
00031 namespace scim {
00032 
00033 const int
00034     //Privately used by panel.
00035     SCIM_TRANS_CMD_PANEL_EXIT                  = 500,
00036 
00037     //FrontEnd Client to Panel
00038     SCIM_TRANS_CMD_PANEL_TURN_ON               = 501,
00039     SCIM_TRANS_CMD_PANEL_TURN_OFF              = 502,
00040     SCIM_TRANS_CMD_PANEL_UPDATE_DISPLAY        = 503,
00041     SCIM_TRANS_CMD_PANEL_UPDATE_SCREEN         = 504,
00042     SCIM_TRANS_CMD_PANEL_UPDATE_SPOT_LOCATION  = 505,
00043     SCIM_TRANS_CMD_PANEL_UPDATE_FACTORY_INFO   = 506,
00044     SCIM_TRANS_CMD_PANEL_SHOW_HELP             = 507,
00045     SCIM_TRANS_CMD_PANEL_SHOW_FACTORY_MENU     = 508,
00046 
00047     //Panel to FrontEnd Client
00048     SCIM_TRANS_CMD_PANEL_REQUEST_HELP          = 520,
00049     SCIM_TRANS_CMD_PANEL_REQUEST_FACTORY_MENU  = 521,
00050     SCIM_TRANS_CMD_PANEL_CHANGE_FACTORY        = 522;
00051 
00052 } // namespace scim
00053 
00054 #endif
00055 
00056 /*
00057 vi:ts=4:nowrap:expandtab
00058 */

Generated on Tue Apr 19 00:10:59 2005 for scim by  doxygen 1.4.1