LibreOffice Module svx (master) 1
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Private Attributes | List of all members
SvxGridTabPage Class Reference

#include <optgrid.hxx>

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

Public Member Functions

 SvxGridTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~SvxGridTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
virtual void ActivatePage (const SfxItemSet &rSet) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) 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 &rAttrSet)
 
- 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)
 

Protected Member Functions

 DECL_LINK (ClickRotateHdl_Impl, weld::Toggleable &, void)
 
- 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
 

Protected Attributes

std::unique_ptr< weld::Widgetm_xSnapFrames
 
std::unique_ptr< weld::CheckButtonm_xCbxSnapHelplines
 
std::unique_ptr< weld::CheckButtonm_xCbxSnapBorder
 
std::unique_ptr< weld::CheckButtonm_xCbxSnapFrame
 
std::unique_ptr< weld::CheckButtonm_xCbxSnapPoints
 
std::unique_ptr< weld::MetricSpinButtonm_xMtrFldSnapArea
 
std::unique_ptr< weld::CheckButtonm_xCbxOrtho
 
std::unique_ptr< weld::CheckButtonm_xCbxBigOrtho
 
std::unique_ptr< weld::CheckButtonm_xCbxRotate
 
std::unique_ptr< weld::MetricSpinButtonm_xMtrFldAngle
 
std::unique_ptr< weld::MetricSpinButtonm_xMtrFldBezAngle
 

Private Member Functions

 DECL_DLLPRIVATE_LINK (ChangeDrawHdl_Impl, weld::MetricSpinButton &, void)
 
 DECL_DLLPRIVATE_LINK (ChangeGridsnapHdl_Impl, weld::Toggleable &, void)
 
 DECL_DLLPRIVATE_LINK (ChangeDivisionHdl_Impl, weld::SpinButton &, void)
 

Private Attributes

bool bAttrModified
 
std::unique_ptr< weld::CheckButtonm_xCbxUseGridsnap
 
std::unique_ptr< weld::CheckButtonm_xCbxGridVisible
 
std::unique_ptr< weld::MetricSpinButtonm_xMtrFldDrawX
 
std::unique_ptr< weld::MetricSpinButtonm_xMtrFldDrawY
 
std::unique_ptr< weld::SpinButtonm_xNumFldDivisionX
 
std::unique_ptr< weld::SpinButtonm_xNumFldDivisionY
 
std::unique_ptr< weld::CheckButtonm_xCbxSynchronize
 

Detailed Description

Definition at line 89 of file optgrid.hxx.

Constructor & Destructor Documentation

◆ SvxGridTabPage()

SvxGridTabPage::SvxGridTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)

◆ ~SvxGridTabPage()

SvxGridTabPage::~SvxGridTabPage ( )
overridevirtual

Definition at line 143 of file optgrid.cxx.

Member Function Documentation

◆ ActivatePage()

void SvxGridTabPage::ActivatePage ( const SfxItemSet rSet)
overridevirtual

◆ Create()

std::unique_ptr< SfxTabPage > SvxGridTabPage::Create ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rAttrSet 
)
static

Definition at line 147 of file optgrid.cxx.

◆ DeactivatePage()

DeactivateRC SvxGridTabPage::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 237 of file optgrid.cxx.

References FillItemSet().

◆ DECL_DLLPRIVATE_LINK() [1/3]

SvxGridTabPage::DECL_DLLPRIVATE_LINK ( ChangeDivisionHdl_Impl  ,
weld::SpinButton ,
void   
)
private

◆ DECL_DLLPRIVATE_LINK() [2/3]

SvxGridTabPage::DECL_DLLPRIVATE_LINK ( ChangeDrawHdl_Impl  ,
weld::MetricSpinButton ,
void   
)
private

◆ DECL_DLLPRIVATE_LINK() [3/3]

SvxGridTabPage::DECL_DLLPRIVATE_LINK ( ChangeGridsnapHdl_Impl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK()

SvxGridTabPage::DECL_LINK ( ClickRotateHdl_Impl  ,
weld::Toggleable ,
void   
)
protected

◆ FillItemSet()

bool SvxGridTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void SvxGridTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ bAttrModified

bool SvxGridTabPage::bAttrModified
private

Definition at line 104 of file optgrid.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCbxBigOrtho

std::unique_ptr<weld::CheckButton> SvxGridTabPage::m_xCbxBigOrtho
protected

Definition at line 122 of file optgrid.hxx.

◆ m_xCbxGridVisible

std::unique_ptr<weld::CheckButton> SvxGridTabPage::m_xCbxGridVisible
private

Definition at line 107 of file optgrid.hxx.

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

◆ m_xCbxOrtho

std::unique_ptr<weld::CheckButton> SvxGridTabPage::m_xCbxOrtho
protected

Definition at line 121 of file optgrid.hxx.

◆ m_xCbxRotate

std::unique_ptr<weld::CheckButton> SvxGridTabPage::m_xCbxRotate
protected

Definition at line 123 of file optgrid.hxx.

Referenced by SvxGridTabPage().

◆ m_xCbxSnapBorder

std::unique_ptr<weld::CheckButton> SvxGridTabPage::m_xCbxSnapBorder
protected

Definition at line 117 of file optgrid.hxx.

◆ m_xCbxSnapFrame

std::unique_ptr<weld::CheckButton> SvxGridTabPage::m_xCbxSnapFrame
protected

Definition at line 118 of file optgrid.hxx.

◆ m_xCbxSnapHelplines

std::unique_ptr<weld::CheckButton> SvxGridTabPage::m_xCbxSnapHelplines
protected

Definition at line 116 of file optgrid.hxx.

◆ m_xCbxSnapPoints

std::unique_ptr<weld::CheckButton> SvxGridTabPage::m_xCbxSnapPoints
protected

Definition at line 119 of file optgrid.hxx.

◆ m_xCbxSynchronize

std::unique_ptr<weld::CheckButton> SvxGridTabPage::m_xCbxSynchronize
private

Definition at line 112 of file optgrid.hxx.

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

◆ m_xCbxUseGridsnap

std::unique_ptr<weld::CheckButton> SvxGridTabPage::m_xCbxUseGridsnap
private

Definition at line 106 of file optgrid.hxx.

Referenced by ActivatePage(), FillItemSet(), Reset(), and SvxGridTabPage().

◆ m_xMtrFldAngle

std::unique_ptr<weld::MetricSpinButton> SvxGridTabPage::m_xMtrFldAngle
protected

Definition at line 124 of file optgrid.hxx.

◆ m_xMtrFldBezAngle

std::unique_ptr<weld::MetricSpinButton> SvxGridTabPage::m_xMtrFldBezAngle
protected

Definition at line 125 of file optgrid.hxx.

◆ m_xMtrFldDrawX

std::unique_ptr<weld::MetricSpinButton> SvxGridTabPage::m_xMtrFldDrawX
private

Definition at line 108 of file optgrid.hxx.

Referenced by ActivatePage(), FillItemSet(), Reset(), and SvxGridTabPage().

◆ m_xMtrFldDrawY

std::unique_ptr<weld::MetricSpinButton> SvxGridTabPage::m_xMtrFldDrawY
private

Definition at line 109 of file optgrid.hxx.

Referenced by ActivatePage(), FillItemSet(), Reset(), and SvxGridTabPage().

◆ m_xMtrFldSnapArea

std::unique_ptr<weld::MetricSpinButton> SvxGridTabPage::m_xMtrFldSnapArea
protected

Definition at line 120 of file optgrid.hxx.

◆ m_xNumFldDivisionX

std::unique_ptr<weld::SpinButton> SvxGridTabPage::m_xNumFldDivisionX
private

Definition at line 110 of file optgrid.hxx.

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

◆ m_xNumFldDivisionY

std::unique_ptr<weld::SpinButton> SvxGridTabPage::m_xNumFldDivisionY
private

Definition at line 111 of file optgrid.hxx.

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

◆ m_xSnapFrames

std::unique_ptr<weld::Widget> SvxGridTabPage::m_xSnapFrames
protected

Definition at line 115 of file optgrid.hxx.


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