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 () |
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 575 of file optcolor.cxx.
|
explicit |
Definition at line 616 of file optcolor.cxx.
References get(), LINK, m_xBody, m_xScrollWindow, and m_xVScroll.
|
private |
|
private |
|
private |
|
inline |
Definition at line 610 of file optcolor.cxx.
References m_xScrollWindow.
|
inline |
Definition at line 594 of file optcolor.cxx.
References m_xVScroll.
|
inline |
Definition at line 602 of file optcolor.cxx.
References m_xScrollWindow.
|
inline |
Definition at line 606 of file optcolor.cxx.
References m_xScrollWindow.
|
inline |
Definition at line 591 of file optcolor.cxx.
References pColorConfig.
|
inline |
Definition at line 592 of file optcolor.cxx.
References pExtColorConfig.
|
inline |
Definition at line 598 of file optcolor.cxx.
References m_xVScroll.
void ColorConfigCtrl_Impl::Update | ( | ) |
Definition at line 631 of file optcolor.cxx.
References DBG_ASSERT, m_xScrollWindow, pColorConfig, and pExtColorConfig.
|
private |
Definition at line 578 of file optcolor.cxx.
Referenced by ColorConfigCtrl_Impl().
|
private |
Definition at line 579 of file optcolor.cxx.
Referenced by ColorConfigCtrl_Impl(), GetLabelIndent(), GetWidget1(), GetWidget2(), and Update().
|
private |
Definition at line 577 of file optcolor.cxx.
Referenced by ColorConfigCtrl_Impl(), GetScrollPosition(), and SetScrollPosition().
|
private |
Definition at line 581 of file optcolor.cxx.
Referenced by SetConfig(), and Update().
|
private |
Definition at line 582 of file optcolor.cxx.
Referenced by SetExtendedConfig(), and Update().