|
LibreOffice Module sw (master) 1
|
#include <syncbtn.hxx>
Public Member Functions | |
| SwSyncBtnDlg (SfxBindings *, SfxChildWindow *, weld::Window *pParent) | |
| virtual | ~SwSyncBtnDlg () override |
Public Member Functions inherited from SfxModelessDialogController | |
| 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 |
Public Member Functions inherited from SfxDialogController | |
| SfxDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId) | |
| virtual void | Activate () |
| virtual void | Deactivate () |
| virtual void | ChildWinDispose () |
| virtual void | Close () |
| virtual void | EndDialog (int nResponse) |
| virtual bool | CloseOnHide () const |
Private Member Functions | |
| DECL_STATIC_LINK (SwSyncBtnDlg, BtnHdl, weld::Button &, void) | |
Private Attributes | |
| std::unique_ptr< weld::Button > | m_xSyncBtn |
Additional Inherited Members | |
Protected Member Functions inherited from SfxModelessDialogController | |
| SfxModelessDialogController (SfxBindings *, SfxChildWindow *pChildWin, weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID) | |
Definition at line 25 of file syncbtn.hxx.
| SwSyncBtnDlg::SwSyncBtnDlg | ( | SfxBindings * | pBindings, |
| SfxChildWindow * | pChild, | ||
| weld::Window * | pParent | ||
| ) |
Definition at line 67 of file syncbtn.cxx.
References LINK, and m_xSyncBtn.
|
overridevirtual |
Definition at line 76 of file syncbtn.cxx.
|
private |
|
private |
Definition at line 27 of file syncbtn.hxx.
Referenced by SwSyncBtnDlg().