|
LibreOffice Module cui (master) 1
|
#include <cfg.hxx>
Public Member Functions | |
| SvxMenuEntriesListBox (std::unique_ptr< weld::TreeView > xControl, SvxConfigPage *pPage) | |
| virtual | ~SvxMenuEntriesListBox () |
| VirtualDevice & | get_dropdown_image () const |
| int | get_selected_index () const |
| OUString | get_id (int nPos) const |
| void | remove (int nPos) |
| int | n_children () const |
| void | set_text (int row, const OUString &rText, int col) |
| void | clear () |
| void | set_toggle (int row, TriState eState) |
| void | scroll_to_row (int pos) |
| void | select (int pos) |
| weld::TreeView & | get_widget () |
| void | insert (int pos, const OUString &rId) |
| DECL_LINK (KeyInputHdl, const KeyEvent &, bool) | |
| DECL_LINK (QueryTooltip, const weld::TreeIter &rIter, OUString) | |
| void | CreateDropDown () |
Protected Attributes | |
| std::unique_ptr< weld::TreeView > | m_xControl |
| ScopedVclPtr< VirtualDevice > | m_xDropDown |
| SvxConfigPage * | m_pPage |
| SvxMenuEntriesListBox::SvxMenuEntriesListBox | ( | std::unique_ptr< weld::TreeView > | xControl, |
| SvxConfigPage * | pPage | ||
| ) |
Definition at line 940 of file cfg.cxx.
References weld::Check, CreateDropDown(), LINK, m_xControl, and m_xControl.
|
inline |
Definition at line 340 of file cfg.hxx.
References m_xControl.
Referenced by SvxNotebookbarConfigPage::SelectElement().
| void SvxMenuEntriesListBox::CreateDropDown | ( | ) |
Definition at line 922 of file cfg.cxx.
References DecorationView::DrawSymbol(), VclPtr< class reference_type >::get(), m_xControl, and m_xDropDown.
Referenced by SvxMenuEntriesListBox().
| SvxMenuEntriesListBox::DECL_LINK | ( | KeyInputHdl | , |
| const KeyEvent & | , | ||
| bool | |||
| ) |
| SvxMenuEntriesListBox::DECL_LINK | ( | QueryTooltip | , |
| const weld::TreeIter & | rIter, | ||
| OUString | |||
| ) |
|
inline |
Definition at line 333 of file cfg.hxx.
References m_xDropDown.
|
inline |
Definition at line 336 of file cfg.hxx.
References m_xControl, and nPos.
|
inline |
Definition at line 335 of file cfg.hxx.
References m_xControl.
|
inline |
Definition at line 345 of file cfg.hxx.
References m_xControl.
|
inline |
Definition at line 347 of file cfg.hxx.
References m_xControl, and pos.
|
inline |
Definition at line 338 of file cfg.hxx.
References m_xControl.
|
inline |
Definition at line 337 of file cfg.hxx.
References m_xControl, and nPos.
|
inline |
Definition at line 342 of file cfg.hxx.
References m_xControl, and pos.
|
inline |
Definition at line 343 of file cfg.hxx.
References m_xControl, and pos.
Definition at line 339 of file cfg.hxx.
References col, and m_xControl.
Definition at line 341 of file cfg.hxx.
References m_xControl.
|
protected |
Definition at line 327 of file cfg.hxx.
Referenced by SvxNotebookbarEntriesListBox::ChangedVisibility(), and SvxToolbarEntriesListBox::ChangedVisibility().
|
protected |
Definition at line 325 of file cfg.hxx.
Referenced by SvxNotebookbarEntriesListBox::ChangedVisibility(), SvxToolbarEntriesListBox::ChangedVisibility(), clear(), CreateDropDown(), get_id(), get_selected_index(), get_widget(), insert(), n_children(), remove(), scroll_to_row(), select(), set_text(), set_toggle(), SvxMenuEntriesListBox(), SvxNotebookbarEntriesListBox::SvxNotebookbarEntriesListBox(), and SvxToolbarEntriesListBox::SvxToolbarEntriesListBox().
|
protected |
Definition at line 326 of file cfg.hxx.
Referenced by CreateDropDown(), and get_dropdown_image().