LibreOffice Module vcl (master) 1
|
#include <inputctx.hxx>
Public Member Functions | |
InputContext () | |
InputContext (const InputContext &rInputContext) | |
InputContext (vcl::Font aFont, InputContextFlags nOptions=InputContextFlags::NONE) | |
const vcl::Font & | GetFont () const |
void | SetOptions (InputContextFlags nOptions) |
InputContextFlags | GetOptions () const |
InputContext & | operator= (const InputContext &rInputContext) |
bool | operator== (const InputContext &rInputContext) const |
bool | operator!= (const InputContext &rInputContext) const |
Private Attributes | |
vcl::Font | maFont |
InputContextFlags | mnOptions |
Definition at line 41 of file inputctx.hxx.
|
inline |
Definition at line 48 of file inputctx.hxx.
References NONE.
|
inline |
Definition at line 49 of file inputctx.hxx.
References mnOptions.
|
inline |
Definition at line 52 of file inputctx.hxx.
|
inline |
Definition at line 56 of file inputctx.hxx.
Referenced by ImplHandleExtTextInputPos(), and vcl::Window::ImplNewInputContext().
|
inline |
Definition at line 59 of file inputctx.hxx.
Referenced by vcl::Window::ImplNewInputContext().
|
inline |
Definition at line 63 of file inputctx.hxx.
References operator==().
|
inline |
Definition at line 67 of file inputctx.hxx.
|
inline |
Definition at line 74 of file inputctx.hxx.
References maFont, and mnOptions.
Referenced by operator!=().
|
inline |
Definition at line 58 of file inputctx.hxx.
|
private |
Definition at line 44 of file inputctx.hxx.
Referenced by operator=(), and operator==().
|
private |
Definition at line 45 of file inputctx.hxx.
Referenced by InputContext(), operator=(), and operator==().