LibreOffice Module chart2 (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
chart::SchAlignmentTabPage Class Reference

#include <tp_TitleRotation.hxx>

Inheritance diagram for chart::SchAlignmentTabPage:
[legend]
Collaboration diagram for chart::SchAlignmentTabPage:
[legend]

Public Member Functions

 SchAlignmentTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rInAttrs, bool bWithRotation=true)
 
virtual ~SchAlignmentTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rOutAttrs) override
 
virtual void Reset (const SfxItemSet *rInAttrs) override
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () const
 
virtual bool FillItemSet (SfxItemSet *)
 
virtual void Reset (const SfxItemSet *)
 
virtual bool DeferResetToFirstActivation ()
 
bool HasExchangeSupport () const
 
void SetExchangeSupport ()
 
virtual void ActivatePage (const SfxItemSet &)
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet)
 
void SetUserData (const OUString &rString)
 
const OUString & GetUserData () const
 
virtual void FillUserData ()
 
virtual bool IsReadOnly () const
 
virtual void PageCreated (const SfxAllItemSet &aSet)
 
virtual void ChangesApplied ()
 
void SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame)
 
css::uno::Reference< css::frame::XFrame > GetFrame () const
 
const SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 

Static Public Member Functions

static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rInAttrs)
 
static std::unique_ptr< SfxTabPageCreateWithoutRotation (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rInAttrs)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
static const T * GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 

Private Member Functions

 DECL_LINK (StackedToggleHdl, weld::Toggleable &, void)
 

Private Attributes

std::unique_ptr< weld::Labelm_xFtRotate
 
std::unique_ptr< weld::MetricSpinButtonm_xNfRotate
 
std::unique_ptr< weld::CheckButtonm_xCbStacked
 
std::unique_ptr< weld::Labelm_xFtABCD
 
TextDirectionListBox m_aLbTextDirection
 
std::unique_ptr< svx::DialControlm_xCtrlDial
 
std::unique_ptr< weld::CustomWeldm_xCtrlDialWin
 

Additional Inherited Members

- Protected Member Functions inherited from SfxTabPage
 SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet)
 
sal_uInt16 GetWhich (sal_uInt16 nSlot, bool bDeep=true) const
 
TypedWhichId< T > GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const
 
const SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 

Detailed Description

Definition at line 36 of file tp_TitleRotation.hxx.

Constructor & Destructor Documentation

◆ SchAlignmentTabPage()

chart::SchAlignmentTabPage::SchAlignmentTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rInAttrs,
bool  bWithRotation = true 
)

◆ ~SchAlignmentTabPage()

chart::SchAlignmentTabPage::~SchAlignmentTabPage ( )
overridevirtual

Definition at line 70 of file tp_TitleRotation.cxx.

References m_xCtrlDial, and m_xCtrlDialWin.

Member Function Documentation

◆ Create()

std::unique_ptr< SfxTabPage > chart::SchAlignmentTabPage::Create ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rInAttrs 
)
static

Definition at line 76 of file tp_TitleRotation.cxx.

Referenced by chart::SchAttribTabDlg::SchAttribTabDlg().

◆ CreateWithoutRotation()

std::unique_ptr< SfxTabPage > chart::SchAlignmentTabPage::CreateWithoutRotation ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rInAttrs 
)
static

Definition at line 82 of file tp_TitleRotation.cxx.

Referenced by chart::SchAttribTabDlg::SchAttribTabDlg().

◆ DECL_LINK()

chart::SchAlignmentTabPage::DECL_LINK ( StackedToggleHdl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool chart::SchAlignmentTabPage::FillItemSet ( SfxItemSet rOutAttrs)
overridevirtual

◆ Reset()

void chart::SchAlignmentTabPage::Reset ( const SfxItemSet rInAttrs)
overridevirtual

Member Data Documentation

◆ m_aLbTextDirection

TextDirectionListBox chart::SchAlignmentTabPage::m_aLbTextDirection
private

Definition at line 43 of file tp_TitleRotation.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCbStacked

std::unique_ptr<weld::CheckButton> chart::SchAlignmentTabPage::m_xCbStacked
private

Definition at line 41 of file tp_TitleRotation.hxx.

Referenced by FillItemSet(), Reset(), and SchAlignmentTabPage().

◆ m_xCtrlDial

std::unique_ptr<svx::DialControl> chart::SchAlignmentTabPage::m_xCtrlDial
private

Definition at line 44 of file tp_TitleRotation.hxx.

Referenced by FillItemSet(), Reset(), SchAlignmentTabPage(), and ~SchAlignmentTabPage().

◆ m_xCtrlDialWin

std::unique_ptr<weld::CustomWeld> chart::SchAlignmentTabPage::m_xCtrlDialWin
private

Definition at line 45 of file tp_TitleRotation.hxx.

Referenced by SchAlignmentTabPage(), and ~SchAlignmentTabPage().

◆ m_xFtABCD

std::unique_ptr<weld::Label> chart::SchAlignmentTabPage::m_xFtABCD
private

Definition at line 42 of file tp_TitleRotation.hxx.

Referenced by SchAlignmentTabPage().

◆ m_xFtRotate

std::unique_ptr<weld::Label> chart::SchAlignmentTabPage::m_xFtRotate
private

Definition at line 39 of file tp_TitleRotation.hxx.

Referenced by SchAlignmentTabPage().

◆ m_xNfRotate

std::unique_ptr<weld::MetricSpinButton> chart::SchAlignmentTabPage::m_xNfRotate
private

Definition at line 40 of file tp_TitleRotation.hxx.

Referenced by SchAlignmentTabPage().


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