| Home · All Classes · Grouped Classes · Annotated · Functions |
#include <InputMethodSelector>
Inherits QWidget.
Constructs a new InputMethodSelector widget with parent.
Destroys and cleans up this InputMethodSelector
Turns the current input method on if on is true, or off if it is false.
This signal is emitted to notify the InputMethods object that im should be activated.
Add im to this InputMethodSelector.
If this is the first or the default input method, this will cause it to become the current input method and become active.
If this is the second input method added, this will activate the drop-down input-method selection QToolButton, making the input methods available to users via the drop-down input method list.
Subsequent input methods added with this function are also added to this list.
Deactivates and hides the current input method, and then sets no current input method.
Returns the number of input methods that have been added to the InputMethodSelector.
Returns a pointer to the current input method.
This signal is emitted when the visible state of the inputWidget is toggled. shown reflects the new state of the widget, true if the widget is being shown, false if it is being hidden.
If actions have been added to the softmenu on behalf of an IM, make sure they are up to date.
See also QtopiaInputMethod::stateChanged().
Selects the input method named name if it exists.
This is an overloaded member function, provided for convenience.
Set the current input method to method and activate it.
See also activated().
Cycle to the next input method.
Shows the input method selector choice button if on is true, otherwise hides it.
Shows the list of input methods modally, relative to the choice QToolButton, and activates the selected input method, if any.
Sorts the loaded input methods alphabetically by name.
A helper function for supporting input method menu QActions. Removes the current IM's QAction from all menus. If addToMenu is true, adds the QAction to the current focus widgets Menu.
| Copyright © 2007 Trolltech | Trademarks | Qtopia 4.2.5 |