LibreOffice Module sd (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SdTabTemplateDlg Class Referencefinal

Template-Tab-Dialog. More...

#include <tabtempl.hxx>

Inheritance diagram for SdTabTemplateDlg:
[legend]
Collaboration diagram for SdTabTemplateDlg:
[legend]

Public Member Functions

 SdTabTemplateDlg (weld::Window *pParent, const SfxObjectShell *pDocShell, SfxStyleSheetBase &rStyleBase, SdrModel const *pModel, SdrView *pView)
 Constructor of the Tab dialog: appends pages to the dialog. More...
 
- Public Member Functions inherited from SfxStyleDialogController
 SfxStyleDialogController (weld::Window *pParent, const OUString &rUIXMLDescription, const OUString &rID, SfxStyleSheetBase &)
 
virtual ~SfxStyleDialogController () override
 
SfxStyleSheetBaseGetStyleSheet ()
 
const SfxStyleSheetBaseGetStyleSheet () const
 
virtual short Ok () override
 
- Public Member Functions inherited from SfxTabDialogController
 SfxTabDialogController (weld::Widget *pParent, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *=nullptr, bool bEditFmt=false)
 
virtual ~SfxTabDialogController () override
 
void AddTabPage (const OUString &rName, CreateTabPage pCreateFunc, GetTabPageRanges pRangesFunc)
 
void AddTabPage (const OUString &rName, sal_uInt16 nPageCreateId)
 
void AddTabPage (const OUString &rName, const OUString &rLabel, CreateTabPage pCreateFunc)
 
void AddTabPage (const OUString &rName, const OUString &rLabel, sal_uInt16 nPageCreateId)
 
void RemoveTabPage (const OUString &rName)
 
void SetCurPageId (const OUString &rName)
 
void ShowPage (const OUString &rName)
 
OUString GetCurPageId () const
 
SfxTabPageGetCurTabPage () const
 
const WhichRangesContainerGetInputRanges (const SfxItemPool &)
 
void SetInputSet (const SfxItemSet *pInSet)
 
const SfxItemSetGetOutputItemSet () const
 
virtual weld::ButtonGetOKButton () const override
 
weld::ButtonGetCancelButton () const
 
weld::ButtonGetUserButton () const
 
weld::ButtonGetStandardButton () const
 
weld::ButtonGetApplyButton () const
 
weld::ButtonGetResetButton () const
 
void RemoveResetButton ()
 
void RemoveStandardButton ()
 
virtual short run () override
 
virtual const SfxItemSetGetExampleSet () const override
 
void SetApplyHandler (const Link< weld::Button &, void > &_rHdl)
 
bool Apply ()
 
void Applied ()
 
std::vector< OUString > getAllPageUIXMLDescriptions () const
 
bool selectPageByUIXMLDescription (const OUString &rUIXMLDescription)
 
BitmapEx createScreenshot () const
 
OUString GetScreenshotId () const
 
- Public Member Functions inherited from SfxOkDialogController
 SfxOkDialogController (weld::Widget *pParent, const OUString &rUIXMLDescription, const OUString &rID)
 
virtual weld::ButtonGetOKButton () const=0
 
virtual const SfxItemSetGetExampleSet () const=0
 
- 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

virtual void PageCreated (const OUString &rId, SfxTabPage &rPage) override
 
virtual void RefreshInputSet () override
 

Private Attributes

const SfxObjectShellrDocShell
 
SdrViewpSdrView
 
XColorListRef pColorList
 
XGradientListRef pGradientList
 
XHatchListRef pHatchingList
 
XBitmapListRef pBitmapList
 
XPatternListRef pPatternList
 
XDashListRef pDashList
 
XLineEndListRef pLineEndList
 

Additional Inherited Members

- Static Public Member Functions inherited from SfxStyleDialogController
static OUString GenerateUnusedName (SfxStyleSheetBasePool &rPool, SfxStyleFamily eFam)
 
- Static Public Member Functions inherited from SfxTabDialogController
static bool runAsync (const std::shared_ptr< SfxTabDialogController > &rController, const std::function< void(sal_Int32)> &)
 
- Protected Member Functions inherited from SfxTabDialogController
 DECL_LINK (OkHdl, weld::Button &, void)
 
 DECL_DLLPRIVATE_LINK (ResetHdl, weld::Button &, void)
 
 DECL_DLLPRIVATE_LINK (BaseFmtHdl, weld::Button &, void)
 
 DECL_DLLPRIVATE_LINK (UserHdl, weld::Button &, void)
 
 DECL_DLLPRIVATE_LINK (CancelHdl, weld::Button &, void)
 
virtual short Ok ()
 
virtual void RefreshInputSet ()
 
virtual SfxItemSetCreateInputItemSet (const OUString &rName)
 
virtual void PageCreated (const OUString &rName, SfxTabPage &rPage)
 
virtual void ActivatePage (const OUString &rPage)
 
bool DeactivatePage (std::u16string_view aPage)
 
SfxItemSetGetInputSetImpl ()
 
SfxTabPageGetTabPage (std::u16string_view rPageId) const
 
bool PrepareLeaveCurrentPage ()
 
void SavePosAndId ()
 
- Protected Attributes inherited from SfxTabDialogController
std::unique_ptr< weld::Notebookm_xTabCtrl
 
std::unique_ptr< SfxItemSetm_xExampleSet
 

Detailed Description

Template-Tab-Dialog.

Definition at line 32 of file tabtempl.hxx.

Constructor & Destructor Documentation

◆ SdTabTemplateDlg()

SdTabTemplateDlg::SdTabTemplateDlg ( weld::Window pParent,
const SfxObjectShell pDocShell,
SfxStyleSheetBase rStyleBase,
SdrModel const *  pModel,
SdrView pView 
)

Constructor of the Tab dialog: appends pages to the dialog.

Definition at line 39 of file tabtempl.cxx.

References SfxTabDialogController::AddTabPage(), SvtCJKOptions::IsAsianTypographyEnabled(), and SfxTabDialogController::RemoveTabPage().

Member Function Documentation

◆ PageCreated()

void SdTabTemplateDlg::PageCreated ( const OUString &  rId,
SfxTabPage rPage 
)
overrideprivatevirtual

◆ RefreshInputSet()

void SdTabTemplateDlg::RefreshInputSet ( )
overrideprivatevirtual

Member Data Documentation

◆ pBitmapList

XBitmapListRef SdTabTemplateDlg::pBitmapList
private

Definition at line 41 of file tabtempl.hxx.

Referenced by PageCreated().

◆ pColorList

XColorListRef SdTabTemplateDlg::pColorList
private

Definition at line 38 of file tabtempl.hxx.

Referenced by PageCreated().

◆ pDashList

XDashListRef SdTabTemplateDlg::pDashList
private

Definition at line 43 of file tabtempl.hxx.

Referenced by PageCreated().

◆ pGradientList

XGradientListRef SdTabTemplateDlg::pGradientList
private

Definition at line 39 of file tabtempl.hxx.

Referenced by PageCreated().

◆ pHatchingList

XHatchListRef SdTabTemplateDlg::pHatchingList
private

Definition at line 40 of file tabtempl.hxx.

Referenced by PageCreated().

◆ pLineEndList

XLineEndListRef SdTabTemplateDlg::pLineEndList
private

Definition at line 44 of file tabtempl.hxx.

Referenced by PageCreated().

◆ pPatternList

XPatternListRef SdTabTemplateDlg::pPatternList
private

Definition at line 42 of file tabtempl.hxx.

Referenced by PageCreated().

◆ pSdrView

SdrView* SdTabTemplateDlg::pSdrView
private

Definition at line 36 of file tabtempl.hxx.

Referenced by PageCreated().

◆ rDocShell

const SfxObjectShell& SdTabTemplateDlg::rDocShell
private

Definition at line 35 of file tabtempl.hxx.

Referenced by PageCreated().


The documentation for this class was generated from the following files: