LibreOffice Module cui (master)
1
|
#include <connect.hxx>
Public Member Functions | |
SvxConnectionDialog (weld::Window *pParent, const SfxItemSet &rAttr, const SdrView *pView) | |
![]() | |
SfxSingleTabDialogController (weld::Widget *pParent, const SfxItemSet *pOptionsSet, const OUString &rUIXMLDescription=OUString("sfx/ui/singletabdialog.ui"), const OString &rID=OString("SingleTabDialog")) | |
weld::Container * | get_content_area () |
virtual | ~SfxSingleTabDialogController () override |
void | SetTabPage (std::unique_ptr< SfxTabPage > xTabPage) |
SfxTabPage * | GetTabPage () const |
virtual weld::Button & | GetOKButton () const override |
virtual const SfxItemSet * | GetExampleSet () const override |
const SfxItemSet * | GetOutputItemSet () const |
const SfxItemSet * | GetInputItemSet () const |
![]() | |
SfxOkDialogController (weld::Widget *pParent, const OUString &rUIXMLDescription, const OString &rID) | |
![]() | |
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 () |
Additional Inherited Members | |
![]() | |
void | CreateOutputItemSet (const SfxItemSet &rInput) |
void | SetInputSet (const SfxItemSet *pInSet) |
DECL_DLLPRIVATE_LINK (OKHdl_Impl, weld::Button &, void) | |
![]() | |
std::unique_ptr< SfxTabPage > | m_xSfxPage |
std::unique_ptr< weld::Container > | m_xContainer |
std::unique_ptr< weld::Button > | m_xOKBtn |
std::unique_ptr< weld::Button > | m_xHelpBtn |
Definition at line 76 of file connect.hxx.
SvxConnectionDialog::SvxConnectionDialog | ( | weld::Window * | pParent, |
const SfxItemSet & | rAttr, | ||
const SdrView * | pView | ||
) |
Definition at line 48 of file connect.cxx.
References CuiResId(), SfxSingleTabDialogController::get_content_area(), m_xDialog, and SfxSingleTabDialogController::SetTabPage().