LibreOffice Module vcl (master) 1
Public Member Functions | Private Attributes | List of all members
SalI18N_InputMethod Class Reference

#include <i18n_im.hxx>

Public Member Functions

Bool PosixLocale ()
 
bool UseMethod () const
 
XIM GetMethod () const
 
void HandleDestroyIM ()
 
void CreateMethod (Display *pDisplay)
 
XIMStyles * GetSupportedStyles ()
 
void SetLocale ()
 
bool FilterEvent (XEvent *pEvent, ::Window window)
 
 SalI18N_InputMethod ()
 
 ~SalI18N_InputMethod ()
 

Private Attributes

bool mbUseable
 
XIM maMethod
 
XIMCallback maDestroyCallback
 
XIMStyles * mpStyles
 

Detailed Description

Definition at line 29 of file i18n_im.hxx.

Constructor & Destructor Documentation

◆ SalI18N_InputMethod()

SalI18N_InputMethod::SalI18N_InputMethod ( )

◆ ~SalI18N_InputMethod()

SalI18N_InputMethod::~SalI18N_InputMethod ( )

Member Function Documentation

◆ CreateMethod()

void SalI18N_InputMethod::CreateMethod ( Display pDisplay)

◆ FilterEvent()

bool SalI18N_InputMethod::FilterEvent ( XEvent *  pEvent,
::Window  window 
)

◆ GetMethod()

XIM SalI18N_InputMethod::GetMethod ( ) const
inline

Definition at line 41 of file i18n_im.hxx.

References maMethod.

◆ GetSupportedStyles()

XIMStyles * SalI18N_InputMethod::GetSupportedStyles ( )
inline

Definition at line 44 of file i18n_im.hxx.

References mpStyles.

◆ HandleDestroyIM()

void SalI18N_InputMethod::HandleDestroyIM ( )

◆ PosixLocale()

Bool SalI18N_InputMethod::PosixLocale ( )

References Bool.

◆ SetLocale()

void SalI18N_InputMethod::SetLocale ( )

◆ UseMethod()

bool SalI18N_InputMethod::UseMethod ( ) const
inline

Definition at line 40 of file i18n_im.hxx.

References mbUseable.

Member Data Documentation

◆ maDestroyCallback

XIMCallback SalI18N_InputMethod::maDestroyCallback
private

Definition at line 34 of file i18n_im.hxx.

◆ maMethod

XIM SalI18N_InputMethod::maMethod
private

Definition at line 33 of file i18n_im.hxx.

Referenced by GetMethod().

◆ mbUseable

bool SalI18N_InputMethod::mbUseable
private

Definition at line 31 of file i18n_im.hxx.

Referenced by UseMethod().

◆ mpStyles

XIMStyles* SalI18N_InputMethod::mpStyles
private

Definition at line 35 of file i18n_im.hxx.

Referenced by GetSupportedStyles().


The documentation for this class was generated from the following file: