diff options
author | David Boddie <dboddie@trolltech.com> | 2009-08-26 17:16:31 (GMT) |
---|---|---|
committer | David Boddie <dboddie@trolltech.com> | 2009-08-26 17:16:31 (GMT) |
commit | cd1244eeda2964c8c011cf333233f8e8d4a1efdd (patch) | |
tree | ee77e904405e0426a3435ca912e444bb09e345df /src/gui/inputmethod | |
parent | 1be8c6dc12b0158955bf88af450982d6688754d9 (diff) | |
download | Qt-cd1244eeda2964c8c011cf333233f8e8d4a1efdd.zip Qt-cd1244eeda2964c8c011cf333233f8e8d4a1efdd.tar.gz Qt-cd1244eeda2964c8c011cf333233f8e8d4a1efdd.tar.bz2 |
Doc: Added a section to tidy things up. This document needs more work.
Reviewed-by: Trust Me
Diffstat (limited to 'src/gui/inputmethod')
-rw-r--r-- | src/gui/inputmethod/qinputcontext.cpp | 22 |
1 files changed, 12 insertions, 10 deletions
diff --git a/src/gui/inputmethod/qinputcontext.cpp b/src/gui/inputmethod/qinputcontext.cpp index 35f1b65..27888ac 100644 --- a/src/gui/inputmethod/qinputcontext.cpp +++ b/src/gui/inputmethod/qinputcontext.cpp @@ -105,25 +105,27 @@ QT_BEGIN_NAMESPACE \header \o Context \o Functions \row \o Receiving information \o - x11FilterEvent(), - filterEvent(), - mouseHandler() + x11FilterEvent(), + filterEvent(), + mouseHandler() \row \o Sending back composed text \o - sendEvent() + sendEvent() \row \o State change notification \o - setFocusWidget(), - reset() + setFocusWidget(), + reset() \row \o Context information \o - identifierName(), - language(), - font(), - isComposing() + identifierName(), + language(), + font(), + isComposing() \endtable + \section1 Licensing Information + \legalese Copyright (C) 2003-2004 immodule for Qt Project. All rights reserved. |