LibreOffice Module vcl (master) 1
i18n_cb.hxx
Go to the documentation of this file.
1/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2/*
3 * This file is part of the LibreOffice project.
4 *
5 * This Source Code Form is subject to the terms of the Mozilla Public
6 * License, v. 2.0. If a copy of the MPL was not distributed with this
7 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
8 *
9 * This file incorporates work covered by the following license notice:
10 *
11 * Licensed to the Apache Software Foundation (ASF) under one or more
12 * contributor license agreements. See the NOTICE file distributed
13 * with this work for additional information regarding copyright
14 * ownership. The ASF licenses this file to you under the Apache
15 * License, Version 2.0 (the "License"); you may not use this file
16 * except in compliance with the License. You may obtain a copy of
17 * the License at http://www.apache.org/licenses/LICENSE-2.0 .
18 */
19#ifndef INCLUDED_VCL_INC_UNX_I18N_CB_HXX
20#define INCLUDED_VCL_INC_UNX_I18N_CB_HXX
21
22#include <X11/Xlib.h>
23
24#include <salwtype.hxx>
25#include <vector>
26
27extern "C" {
28
29// xim callbacks
30void PreeditDoneCallback ( XIC ic, XPointer client_data, XPointer call_data);
31int PreeditStartCallback( XIC ic, XPointer client_data, XPointer call_data);
32void PreeditDrawCallback ( XIC ic, XPointer client_data,
33 XIMPreeditDrawCallbackStruct *call_data );
34void PreeditCaretCallback( XIC ic, XPointer client_data,
35 XIMPreeditCaretCallbackStruct *call_data );
36void GetPreeditSpotLocation(XIC ic, XPointer client_data);
37
38void StatusStartCallback (XIC ic, XPointer client_data, XPointer call_data);
39void StatusDoneCallback (XIC ic, XPointer client_data, XPointer call_data);
40void StatusDrawCallback (XIC ic, XPointer client_data,
41 XIMStatusDrawCallbackStruct *call_data);
42
43// keep informed if kinput2 crashed again
44void IC_IMDestroyCallback (XIM im, XPointer client_data, XPointer call_data);
45void IM_IMDestroyCallback (XIM im, XPointer client_data, XPointer call_data);
46
48
49} /* extern "C" */
50
52{
54 XIMFeedback *pCharStyle;
55 unsigned int nLength;
56 unsigned int nSize;
58 : pUnicodeBuffer(nullptr)
59 , pCharStyle(nullptr)
60 , nLength(0)
61 , nSize(0)
62 {
63 }
64};
65
66class SalFrame;
67
68enum class PreeditStatus {
69 DontKnow = 0,
70 Active,
73};
74
76{
81 std::vector< ExtTextInputAttr > aInputFlags;
83 : pFrame(nullptr)
85 {
86 }
87};
88
89#endif // INCLUDED_VCL_INC_UNX_I18N_CB_HXX
90
91/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
A SalFrame is a system window (e.g. an X11 window).
Definition: salframe.hxx:115
PreeditStatus
Definition: i18n_cb.hxx:68
void StatusStartCallback(XIC ic, XPointer client_data, XPointer call_data)
void StatusDrawCallback(XIC ic, XPointer client_data, XIMStatusDrawCallbackStruct *call_data)
void IM_IMDestroyCallback(XIM im, XPointer client_data, XPointer call_data)
int PreeditStartCallback(XIC ic, XPointer client_data, XPointer call_data)
void PreeditCaretCallback(XIC ic, XPointer client_data, XIMPreeditCaretCallbackStruct *call_data)
void GetPreeditSpotLocation(XIC ic, XPointer client_data)
void PreeditDoneCallback(XIC ic, XPointer client_data, XPointer call_data)
void StatusDoneCallback(XIC ic, XPointer client_data, XPointer call_data)
void PreeditDrawCallback(XIC ic, XPointer client_data, XIMPreeditDrawCallbackStruct *call_data)
void IC_IMDestroyCallback(XIM im, XPointer client_data, XPointer call_data)
Bool IsControlCode(sal_Unicode nChar)
preedit_text_t aText
Definition: i18n_cb.hxx:79
SalExtTextInputEvent aInputEv
Definition: i18n_cb.hxx:80
PreeditStatus eState
Definition: i18n_cb.hxx:78
SalFrame * pFrame
Definition: i18n_cb.hxx:77
std::vector< ExtTextInputAttr > aInputFlags
Definition: i18n_cb.hxx:81
sal_Unicode * pUnicodeBuffer
Definition: i18n_cb.hxx:53
XIMFeedback * pCharStyle
Definition: i18n_cb.hxx:54
unsigned int nSize
Definition: i18n_cb.hxx:56
unsigned int nLength
Definition: i18n_cb.hxx:55
sal_uInt16 sal_Unicode