API documentation  2.0rc1
Public Member Functions | List of all members
client::MSInputMethodContext Class Reference

#include <clientlib.h>

Inherits client::EventTarget.

Public Member Functions

double get_compositionEndOffset ()
 
double get_compositionStartOffset ()
 
EventListenerget_oncandidatewindowhide ()
 
void set_oncandidatewindowhide (EventListener *)
 
EventListenerget_oncandidatewindowshow ()
 
void set_oncandidatewindowshow (EventListener *)
 
EventListenerget_oncandidatewindowupdate ()
 
void set_oncandidatewindowupdate (EventListener *)
 
HTMLElementget_target ()
 
ClientRectgetCandidateWindowClientRect ()
 
ArraygetCompositionAlternatives ()
 
bool hasComposition ()
 
bool isCandidateWindowVisible ()
 
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, EventListenerOptions *options)
 
MSInputMethodContextget_prototype ()
 
void set_prototype (MSInputMethodContext *)
 
 MSInputMethodContext ()
 
- Public Member Functions inherited from client::EventTarget
void addEventListener (const String &type, EventListener *listener)
 
void addEventListener (const String &type, EventListener *listener, bool options)
 
void addEventListener (const String &type, EventListener *listener, AddEventListenerOptions *options)
 
void addEventListener (const String &type, EventListenerObject *listener)
 
void addEventListener (const String &type, EventListenerObject *listener, AddEventListenerOptions *options)
 
bool dispatchEvent (Event *evt)
 
void removeEventListener (const String &type)
 
void removeEventListener (const String &type, EventListener *listener)
 
void removeEventListener (const String &type, EventListener *listener, EventListenerOptions *options)
 
void removeEventListener (const String &type, EventListener *listener, bool options)
 
void removeEventListener (const String &type, EventListenerObject *listener)
 
void removeEventListener (const String &type, EventListenerObject *listener, bool options)
 
EventTargetget_prototype ()
 
void set_prototype (EventTarget *)
 
 EventTarget ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (const client::String &name) const
 
void set_ (const client::String &name, Object *v)
 
template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type>
void set_ (const client::String &name, T v)
 
bool hasOwnProperty (const client::String &name)
 

Constructor & Destructor Documentation

◆ MSInputMethodContext()

client::MSInputMethodContext::MSInputMethodContext ( )

Member Function Documentation

◆ addEventListener() [1/5]

void client::MSInputMethodContext::addEventListener ( const String type,
EventListener listener 
)

◆ addEventListener() [2/5]

void client::MSInputMethodContext::addEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ addEventListener() [3/5]

void client::MSInputMethodContext::addEventListener ( const String type,
EventListener listener,
AddEventListenerOptions options 
)

◆ addEventListener() [4/5]

void client::MSInputMethodContext::addEventListener ( const String type,
EventListenerObject listener 
)

◆ addEventListener() [5/5]

void client::MSInputMethodContext::addEventListener ( const String type,
EventListenerObject listener,
AddEventListenerOptions options 
)

◆ get_compositionEndOffset()

double client::MSInputMethodContext::get_compositionEndOffset ( )

◆ get_compositionStartOffset()

double client::MSInputMethodContext::get_compositionStartOffset ( )

◆ get_oncandidatewindowhide()

EventListener* client::MSInputMethodContext::get_oncandidatewindowhide ( )

◆ get_oncandidatewindowshow()

EventListener* client::MSInputMethodContext::get_oncandidatewindowshow ( )

◆ get_oncandidatewindowupdate()

EventListener* client::MSInputMethodContext::get_oncandidatewindowupdate ( )

◆ get_prototype()

MSInputMethodContext* client::MSInputMethodContext::get_prototype ( )

◆ get_target()

HTMLElement* client::MSInputMethodContext::get_target ( )

◆ getCandidateWindowClientRect()

ClientRect* client::MSInputMethodContext::getCandidateWindowClientRect ( )

◆ getCompositionAlternatives()

Array* client::MSInputMethodContext::getCompositionAlternatives ( )

◆ hasComposition()

bool client::MSInputMethodContext::hasComposition ( )

◆ isCandidateWindowVisible()

bool client::MSInputMethodContext::isCandidateWindowVisible ( )

◆ removeEventListener() [1/5]

void client::MSInputMethodContext::removeEventListener ( const String type,
EventListener listener 
)

◆ removeEventListener() [2/5]

void client::MSInputMethodContext::removeEventListener ( const String type,
EventListener listener,
bool  options 
)

◆ removeEventListener() [3/5]

void client::MSInputMethodContext::removeEventListener ( const String type,
EventListener listener,
EventListenerOptions options 
)

◆ removeEventListener() [4/5]

void client::MSInputMethodContext::removeEventListener ( const String type,
EventListenerObject listener 
)

◆ removeEventListener() [5/5]

void client::MSInputMethodContext::removeEventListener ( const String type,
EventListenerObject listener,
EventListenerOptions options 
)

◆ set_oncandidatewindowhide()

void client::MSInputMethodContext::set_oncandidatewindowhide ( EventListener )

◆ set_oncandidatewindowshow()

void client::MSInputMethodContext::set_oncandidatewindowshow ( EventListener )

◆ set_oncandidatewindowupdate()

void client::MSInputMethodContext::set_oncandidatewindowupdate ( EventListener )

◆ set_prototype()

void client::MSInputMethodContext::set_prototype ( MSInputMethodContext )