LibreOffice Module cui (master) 1
|
Public Member Functions | |
ColorConfigCtrl_Impl (weld::Window *pTopLevel, weld::Builder &rbuilder) | |
void | SetConfig (EditableColorConfig &rConfig) |
void | SetExtendedConfig (EditableExtendedColorConfig &rConfig) |
void | Update () |
void | UpdateEntries () |
tools::Long | GetScrollPosition () const |
void | SetScrollPosition (tools::Long nSet) |
weld::Widget & | GetWidget1 () |
weld::Widget & | GetWidget2 () |
int | GetLabelIndent () const |
Private Member Functions | |
DECL_LINK (ClickHdl, weld::Toggleable &, void) | |
DECL_LINK (ColorHdl, ColorListBox &, void) | |
DECL_LINK (ControlFocusHdl, weld::Widget &, void) | |
Private Attributes | |
std::unique_ptr< weld::ScrolledWindow > | m_xVScroll |
std::unique_ptr< weld::Container > | m_xBody |
std::unique_ptr< ColorConfigWindow_Impl > | m_xScrollWindow |
EditableColorConfig * | pColorConfig |
EditableExtendedColorConfig * | pExtColorConfig |
Definition at line 624 of file optcolor.cxx.
|
explicit |
Definition at line 666 of file optcolor.cxx.
References get(), LINK, m_xBody, m_xScrollWindow, and m_xVScroll.
|
private |
|
private |
|
private |
|
inline |
Definition at line 660 of file optcolor.cxx.
References m_xScrollWindow.
|
inline |
Definition at line 644 of file optcolor.cxx.
References m_xVScroll.
|
inline |
Definition at line 652 of file optcolor.cxx.
References m_xScrollWindow.
|
inline |
Definition at line 656 of file optcolor.cxx.
References m_xScrollWindow.
|
inline |
Definition at line 640 of file optcolor.cxx.
References pColorConfig.
|
inline |
Definition at line 641 of file optcolor.cxx.
References pExtColorConfig.
|
inline |
Definition at line 648 of file optcolor.cxx.
References m_xVScroll.
void ColorConfigCtrl_Impl::Update | ( | ) |
Definition at line 681 of file optcolor.cxx.
References DBG_ASSERT, m_xScrollWindow, pColorConfig, and pExtColorConfig.
void ColorConfigCtrl_Impl::UpdateEntries | ( | ) |
Definition at line 687 of file optcolor.cxx.
References m_xScrollWindow.
|
private |
Definition at line 627 of file optcolor.cxx.
Referenced by ColorConfigCtrl_Impl().
|
private |
Definition at line 628 of file optcolor.cxx.
Referenced by ColorConfigCtrl_Impl(), GetLabelIndent(), GetWidget1(), GetWidget2(), Update(), and UpdateEntries().
|
private |
Definition at line 626 of file optcolor.cxx.
Referenced by ColorConfigCtrl_Impl(), GetScrollPosition(), and SetScrollPosition().
|
private |
Definition at line 630 of file optcolor.cxx.
Referenced by SetConfig(), and Update().
|
private |
Definition at line 631 of file optcolor.cxx.
Referenced by SetExtendedConfig(), and Update().