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

#include <inputctx.hxx>

Collaboration diagram for InputContext:
[legend]

Public Member Functions

 InputContext ()
 
 InputContext (const InputContext &rInputContext)
 
 InputContext (vcl::Font aFont, InputContextFlags nOptions=InputContextFlags::NONE)
 
const vcl::FontGetFont () const
 
void SetOptions (InputContextFlags nOptions)
 
InputContextFlags GetOptions () const
 
InputContextoperator= (const InputContext &rInputContext)
 
bool operator== (const InputContext &rInputContext) const
 
bool operator!= (const InputContext &rInputContext) const
 

Private Attributes

vcl::Font maFont
 
InputContextFlags mnOptions
 

Detailed Description

Definition at line 41 of file inputctx.hxx.

Constructor & Destructor Documentation

◆ InputContext() [1/3]

InputContext::InputContext ( )
inline

Definition at line 48 of file inputctx.hxx.

References NONE.

◆ InputContext() [2/3]

InputContext::InputContext ( const InputContext rInputContext)
inline

Definition at line 49 of file inputctx.hxx.

References mnOptions.

◆ InputContext() [3/3]

InputContext::InputContext ( vcl::Font  aFont,
InputContextFlags  nOptions = InputContextFlags::NONE 
)
inline

Definition at line 52 of file inputctx.hxx.

Member Function Documentation

◆ GetFont()

const vcl::Font & InputContext::GetFont ( ) const
inline

Definition at line 56 of file inputctx.hxx.

Referenced by ImplHandleExtTextInputPos(), and vcl::Window::ImplNewInputContext().

◆ GetOptions()

InputContextFlags InputContext::GetOptions ( ) const
inline

Definition at line 59 of file inputctx.hxx.

Referenced by vcl::Window::ImplNewInputContext().

◆ operator!=()

bool InputContext::operator!= ( const InputContext rInputContext) const
inline

Definition at line 63 of file inputctx.hxx.

References operator==().

◆ operator=()

InputContext & InputContext::operator= ( const InputContext rInputContext)
inline

Definition at line 67 of file inputctx.hxx.

References maFont, and mnOptions.

◆ operator==()

bool InputContext::operator== ( const InputContext rInputContext) const
inline

Definition at line 74 of file inputctx.hxx.

References maFont, and mnOptions.

Referenced by operator!=().

◆ SetOptions()

void InputContext::SetOptions ( InputContextFlags  nOptions)
inline

Definition at line 58 of file inputctx.hxx.

Member Data Documentation

◆ maFont

vcl::Font InputContext::maFont
private

Definition at line 44 of file inputctx.hxx.

Referenced by operator=(), and operator==().

◆ mnOptions

InputContextFlags InputContext::mnOptions
private

Definition at line 45 of file inputctx.hxx.

Referenced by InputContext(), operator=(), and operator==().


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