LibreOffice Module sfx2 (master) 1
|
Public Member Functions | |
ExtraButton (weld::Container *pContainer, const OUString *pCommand) | |
~ExtraButton () | |
weld::Button & | get_widget () |
Private Member Functions | |
DECL_LINK (CommandHdl, weld::Button &, void) | |
Private Attributes | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::unique_ptr< weld::Container > | m_xContainer |
std::unique_ptr< weld::Button > | m_xButton |
rtl::Reference< weld::WidgetStatusListener > | m_xStatusListener |
StatusListener. More... | |
OUString | m_aCommand |
Definition at line 151 of file infobar.cxx.
|
inline |
Definition at line 164 of file infobar.cxx.
References LINK, m_aCommand, m_xButton, and m_xStatusListener.
|
inline |
Definition at line 178 of file infobar.cxx.
References m_xStatusListener.
|
private |
|
inline |
Definition at line 184 of file infobar.cxx.
References m_xButton.
|
private |
Definition at line 159 of file infobar.cxx.
Referenced by ExtraButton().
|
private |
Definition at line 154 of file infobar.cxx.
|
private |
Definition at line 156 of file infobar.cxx.
Referenced by ExtraButton(), and get_widget().
|
private |
Definition at line 155 of file infobar.cxx.
|
private |
StatusListener.
Updates the button as the slot state changes
Definition at line 158 of file infobar.cxx.
Referenced by ExtraButton(), and ~ExtraButton().