LibreOffice Module sw (master) 1
|
#include <syncbtn.hxx>
Public Member Functions | |
SwSyncBtnDlg (SfxBindings *, SfxChildWindow *, weld::Window *pParent) | |
virtual | ~SwSyncBtnDlg () override |
![]() | |
virtual | ~SfxModelessDialogController () override |
void | Initialize (SfxChildWinInfo const *pInfo) |
bool | IsClosing () const |
virtual void | Close () override |
virtual void | EndDialog (int nResponse) override |
virtual void | Activate () override |
virtual void | Deactivate () override |
virtual void | ChildWinDispose () override |
virtual void | FillInfo (SfxChildWinInfo &) const |
SfxBindings & | GetBindings () const |
![]() | |
SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OString &rDialogId) | |
virtual void | Activate () |
virtual void | Deactivate () |
virtual void | ChildWinDispose () |
virtual void | Close () |
virtual void | EndDialog (int nResponse) |
Private Member Functions | |
DECL_STATIC_LINK (SwSyncBtnDlg, BtnHdl, weld::Button &, void) | |
Private Attributes | |
std::unique_ptr< weld::Button > | m_xSyncBtn |
Additional Inherited Members | |
![]() | |
SfxModelessDialogController (SfxBindings *, SfxChildWindow *pChildWin, weld::Window *pParent, const OUString &rUIXMLDescription, const OString &rID) | |
Definition at line 25 of file syncbtn.hxx.
SwSyncBtnDlg::SwSyncBtnDlg | ( | SfxBindings * | pBindings, |
SfxChildWindow * | pChild, | ||
weld::Window * | pParent | ||
) |
Definition at line 68 of file syncbtn.cxx.
References LINK, and m_xSyncBtn.
|
overridevirtual |
Definition at line 77 of file syncbtn.cxx.
|
private |
|
private |
Definition at line 27 of file syncbtn.hxx.
Referenced by SwSyncBtnDlg().