LibreOffice Module cui (master) 1
|
#include <hangulhanjadlg.hxx>
Public Member Functions | |
SuggestionEdit (std::unique_ptr< weld::Entry > xEntry, HangulHanjaEditDictDialog *pParent) | |
DECL_LINK (KeyInputHdl, const KeyEvent &, bool) | |
void | init (weld::ScrolledWindow *pScrollBar, SuggestionEdit *pPrev, SuggestionEdit *pNext) |
void | grab_focus () |
void | set_text (const OUString &rText) |
void | connect_changed (const Link< weld::Entry &, void > &rLink) |
Private Member Functions | |
bool | ShouldScroll (bool _bUp) const |
void | DoJump (bool _bUp) |
Private Attributes | |
HangulHanjaEditDictDialog * | m_pParent |
SuggestionEdit * | m_pPrev |
SuggestionEdit * | m_pNext |
weld::ScrolledWindow * | m_pScrollBar |
std::unique_ptr< weld::Entry > | m_xEntry |
Definition at line 226 of file hangulhanjadlg.hxx.
svx::SuggestionEdit::SuggestionEdit | ( | std::unique_ptr< weld::Entry > | xEntry, |
HangulHanjaEditDictDialog * | pParent | ||
) |
Definition at line 1103 of file hangulhanjadlg.cxx.
|
inline |
Definition at line 244 of file hangulhanjadlg.hxx.
References m_xEntry.
svx::SuggestionEdit::DECL_LINK | ( | KeyInputHdl | , |
const KeyEvent & | , | ||
bool | |||
) |
|
private |
Definition at line 1097 of file hangulhanjadlg.cxx.
References m_pParent, m_pScrollBar, svx::HangulHanjaEditDictDialog::UpdateScrollbar(), weld::ScrolledWindow::vadjustment_get_value(), and weld::ScrolledWindow::vadjustment_set_value().
|
inline |
Definition at line 242 of file hangulhanjadlg.hxx.
References m_xEntry.
void svx::SuggestionEdit::init | ( | weld::ScrolledWindow * | pScrollBar, |
SuggestionEdit * | pPrev, | ||
SuggestionEdit * | pNext | ||
) |
Definition at line 1157 of file hangulhanjadlg.cxx.
References m_pNext, m_pPrev, and m_pScrollBar.
|
inline |
Definition at line 243 of file hangulhanjadlg.hxx.
References m_xEntry.
Referenced by svx::HangulHanjaEditDictDialog::SetEditText().
|
private |
Definition at line 1079 of file hangulhanjadlg.cxx.
References m_pNext, m_pPrev, m_pScrollBar, weld::ScrolledWindow::vadjustment_get_lower(), weld::ScrolledWindow::vadjustment_get_upper(), and weld::ScrolledWindow::vadjustment_get_value().
|
private |
Definition at line 231 of file hangulhanjadlg.hxx.
Referenced by init(), and ShouldScroll().
|
private |
Definition at line 229 of file hangulhanjadlg.hxx.
Referenced by DoJump().
|
private |
Definition at line 230 of file hangulhanjadlg.hxx.
Referenced by init(), and ShouldScroll().
|
private |
Definition at line 232 of file hangulhanjadlg.hxx.
Referenced by DoJump(), init(), and ShouldScroll().
|
private |
Definition at line 233 of file hangulhanjadlg.hxx.
Referenced by connect_changed(), grab_focus(), set_text(), and SuggestionEdit().