SCIMBridge  0.4.x
scim-bridge-agent-panel-listener.h
Go to the documentation of this file.
1 /*
2  * SCIM Bridge
3  *
4  * Copyright (c) 2006 Ryo Dairiki <ryo-dairiki@users.sourceforge.net>
5  *
6  *
7  * This library is free software; you can redistribute it and/or
8  * modify it under the terms of the GNU Lesser General Public
9  * License as published by the Free Software Foundation and
10  * appearing in the file LICENSE.LGPL included in the package of this file.
11  * You can also redistribute it and/or modify it under the terms of
12  * the GNU General Public License as published by the Free Software Foundation and
13  * appearing in the file LICENSE.GPL included in the package of this file.
14  *
15  * This library is distributed in the hope that it will be useful,
16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
18  */
19 
26 #ifndef SCIMBRIDGEAGENTPANELLISTENER_H_
27 #define SCIMBRIDGEAGENTPANELLISTENER_H_
28 
29 #include <scim.h>
30 
33 
34 #include "scim-bridge-display.h"
35 #include "scim-bridge-imcontext.h"
36 
38 
43 {
44 
45  public:
46 
54  static ScimBridgeAgentPanelListener *alloc (const scim::String &config_name, const ScimBridgeDisplay *display, ScimBridgeAgentProtected *agent);
55 
60 
61  protected:
62 
67 
68 };
69 #endif /*SCIMBRIDGEAGENTPANELLISTENER_H_*/
Definition: scim-bridge-agent-panel-listener-protected.h:40
This is the header file for the protected interface of ScimBridgeAgentPanelListener.
This header must be included by all the source codes which use IMContextes.
static ScimBridgeAgentPanelListener * alloc(const scim::String &config_name, const ScimBridgeDisplay *display, ScimBridgeAgentProtected *agent)
Definition: scim-bridge-agent-panel-listener.cpp:139
ScimBridgeAgentPanelListener()
Definition: scim-bridge-agent-panel-listener.h:66
Definition: scim-bridge-agent-socket-client.h:69
Definition: scim-bridge-agent-panel-listener.h:42
This header describes about the information of the display.
Definition: scim-bridge-display.c:27
virtual ~ScimBridgeAgentPanelListener()
Definition: scim-bridge-agent-panel-listener.h:59
Definition: scim-bridge-agent-protected.h:44
This is the header file for ScimBridgeAgentSocketClient.